|
@@ -94,20 +94,6 @@
|
|
|
background: color-mix(in srgb, var(--pill-accent) 15%, transparent);
|
|
background: color-mix(in srgb, var(--pill-accent) 15%, transparent);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-.toolbar-item .notif-count {
|
|
|
|
|
- position: absolute;
|
|
|
|
|
- display: flex;
|
|
|
|
|
- align-items: center;
|
|
|
|
|
- justify-content: center;
|
|
|
|
|
- right: 5%;
|
|
|
|
|
- width:15px;
|
|
|
|
|
- height: 15px;
|
|
|
|
|
- font-size: 8pt;
|
|
|
|
|
- background: yellow;
|
|
|
|
|
- border-radius: 50%;
|
|
|
|
|
- color: $text-color-light;
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
.profile-pic {
|
|
.profile-pic {
|
|
|
height: 25px;
|
|
height: 25px;
|
|
|
width: 25px;
|
|
width: 25px;
|
|
@@ -205,7 +191,7 @@ chat {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- .toolbar-item .notif-count {
|
|
|
|
|
|
|
+ .toolbar-item .count-aria {
|
|
|
right: 35%;
|
|
right: 35%;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -228,7 +214,7 @@ chat {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@media screen and (pointer: none), (pointer: coarse) and (orientation: landscape) {
|
|
@media screen and (pointer: none), (pointer: coarse) and (orientation: landscape) {
|
|
|
- .toolbar-item .notif-count {
|
|
|
|
|
|
|
+ .toolbar-item .count-aria {
|
|
|
right: 43%;
|
|
right: 43%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|