diff options
author | crupest <crupest@outlook.com> | 2021-01-01 23:37:59 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-01-01 23:37:59 +0800 |
commit | c101f128df316fa23f461ba8c0545bc0a53d61d4 (patch) | |
tree | 33be02eafcdc41a1345b22311c1a5f6298967e75 /FrontEnd/src/app/views/home/home.sass | |
parent | 4a90b0738e562de64dd71b482f09063d36be84a8 (diff) | |
download | timeline-c101f128df316fa23f461ba8c0545bc0a53d61d4.tar.gz timeline-c101f128df316fa23f461ba8c0545bc0a53d61d4.tar.bz2 timeline-c101f128df316fa23f461ba8c0545bc0a53d61d4.zip |
...
Diffstat (limited to 'FrontEnd/src/app/views/home/home.sass')
-rw-r--r-- | FrontEnd/src/app/views/home/home.sass | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/home/home.sass b/FrontEnd/src/app/views/home/home.sass index e2dc4b66..6af1b6d8 100644 --- a/FrontEnd/src/app/views/home/home.sass +++ b/FrontEnd/src/app/views/home/home.sass @@ -19,10 +19,17 @@ transition: background 0.3s
display: flex
align-items: center
- justify-content: space-between
.icon
height: 1.3em
color: black
@extend .mr-2
&:hover
background: $gray-300
+ .right
+ display: flex
+ align-items: center
+ flex-shrink: 0
+ .title
+ white-space: nowrap
+ overflow: hidden
+ text-overflow: ellipsis
|