Browse Source
Fix dark theme CSS selector for avatar overlay of offline users
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/4036/head
Joas Schilling
5 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
1 additions and
1 deletions
-
src/components/AvatarWrapper/AvatarWrapper.vue
|
|
@ -124,7 +124,7 @@ export default { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
body.dark { |
|
|
|
body.theme--dark { |
|
|
|
.offline .avatar-wrapper .avatardiv { |
|
|
|
background: rgba(0, 0, 0, .4) !important; |
|
|
|
} |
|
|
|