aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/app/views/timeline
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-09-03 22:41:33 +0800
committercrupest <crupest@outlook.com>2020-09-03 22:41:33 +0800
commit8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e (patch)
treee81dfa1d56e309d812504448ec69d6c1f6f78ee2 /Timeline/ClientApp/src/app/views/timeline
parent01446b3c8306112cd965eeaaa40a0ac573cc374e (diff)
downloadtimeline-8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e.tar.gz
timeline-8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e.tar.bz2
timeline-8c53fbcc7ad727358f9a2ad82075ffa9e902ab7e.zip
...
Diffstat (limited to 'Timeline/ClientApp/src/app/views/timeline')
-rw-r--r--Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx8
1 files changed, 1 insertions, 7 deletions
diff --git a/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx b/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx
index 764910aa..9c1e7f1c 100644
--- a/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx
+++ b/Timeline/ClientApp/src/app/views/timeline/TimelineInfoCard.tsx
@@ -32,13 +32,7 @@ const TimelineInfoCard: React.FC<TimelineInfoCardProps> = (props) => {
const avatar = useAvatar(timeline?.owner?.username);
return (
- <div
- className={clsx(
- "rounded border p-2 bg-light",
- props.className,
- collapse && "align-self-end"
- )}
- >
+ <div className={clsx("cru-card p-2 clearfix", props.className)}>
<div className="float-right d-flex align-items-center">
<SyncStatusBadge status={syncStatus} className="mr-2" />
<CollapseButton collapse={collapse} onClick={toggleCollapse} />