fixed inconsistent display of avatars in combined notifs (seriously chromium?)
This commit is contained in:
parent
ae8a3fbd63
commit
956e67566b
|
@ -180,6 +180,7 @@
|
||||||
}
|
}
|
||||||
header .notif-avatars img:not(:first-child) {
|
header .notif-avatars img:not(:first-child) {
|
||||||
box-shadow: 4px 0 8px -2px rgba(0,0,0,.33);
|
box-shadow: 4px 0 8px -2px rgba(0,0,0,.33);
|
||||||
|
z-index: 0;
|
||||||
}
|
}
|
||||||
header .notif-avatars img:not(:last-child) {
|
header .notif-avatars img:not(:last-child) {
|
||||||
margin-left: -8px;
|
margin-left: -8px;
|
||||||
|
|
Loading…
Reference in a new issue