fix(ui): properly align notification indicator on sidebar badge
This commit is contained in:
parent
9f63f8167d
commit
44ecd8b677
1 changed files with 13 additions and 3 deletions
|
|
@ -50,8 +50,6 @@
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
left: auto;
|
left: auto;
|
||||||
height: 6px;
|
height: 6px;
|
||||||
width: 6px;
|
width: 6px;
|
||||||
|
|
@ -60,7 +58,19 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-notification .item-anchor {
|
.desktop-notification-icon.indicator::before {
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-notification .sidebar-item-icon.indicator::before {
|
||||||
|
top: 3px;
|
||||||
|
right: 5px;
|
||||||
|
height: 5px;
|
||||||
|
width: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-notification .standard-sidebar-item .item-anchor {
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue