diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-05-06 15:32:02 +0800 |
commit | ffbc90d0c9b9dc15d0c2f327a669d9385fce9590 (patch) | |
tree | 57859c57a9c58d9d0c58de14f4e09b84e23af514 /FrontEnd/src/app/views/center | |
parent | 2c6cf0502b5d6cc5bf972310232f71ec543847ef (diff) | |
download | timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.gz timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.tar.bz2 timeline-ffbc90d0c9b9dc15d0c2f327a669d9385fce9590.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/center')
-rw-r--r-- | FrontEnd/src/app/views/center/TimelineBoard.tsx | 2 | ||||
-rw-r--r-- | FrontEnd/src/app/views/center/center.sass | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/FrontEnd/src/app/views/center/TimelineBoard.tsx b/FrontEnd/src/app/views/center/TimelineBoard.tsx index e0511422..35249f66 100644 --- a/FrontEnd/src/app/views/center/TimelineBoard.tsx +++ b/FrontEnd/src/app/views/center/TimelineBoard.tsx @@ -47,7 +47,7 @@ const TimelineBoardItem: React.FC<TimelineBoardItemProps> = ({ <TimelineLogo className="icon" /> )} <span className="title">{title}</span> - <small className="ml-2 text-secondary">{name}</small> + <small className="ms-2 text-secondary">{name}</small> <span className="flex-grow-1"></span> {actions != null ? ( <div className="right"> diff --git a/FrontEnd/src/app/views/center/center.sass b/FrontEnd/src/app/views/center/center.sass index 4b86f241..c0dfb9c0 100644 --- a/FrontEnd/src/app/views/center/center.sass +++ b/FrontEnd/src/app/views/center/center.sass @@ -23,7 +23,7 @@ .icon
height: 1.3em
color: black
- @extend .mr-2
+ @extend .me-2
&:hover
background: $gray-300
.right
|