Browse Source
Adjust unread messages counter and icon positions
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
pull/5534/head
Marco Ambrosini
4 years ago
committed by
Vincent Petry
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
1 changed files with
1 additions and
4 deletions
-
src/components/TopBar/TopBar.vue
|
|
@ -495,9 +495,6 @@ export default { |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
white-space: nowrap; |
|
|
|
svg { |
|
|
|
margin-right: 4px !important; |
|
|
|
} |
|
|
|
.icon { |
|
|
|
margin-right: 4px !important; |
|
|
|
} |
|
|
@ -506,7 +503,7 @@ export default { |
|
|
|
.unread-messages-counter { |
|
|
|
position: absolute; |
|
|
|
top: 40px; |
|
|
|
right: 10px; |
|
|
|
right: 4px; |
|
|
|
pointer-events: none; |
|
|
|
} |
|
|
|
} |
|
|
|