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
parent
commit
4b0a5e35e7
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      src/components/AvatarWrapper/AvatarWrapper.vue

2
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;
}

Loading…
Cancel
Save