diff options
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
|