fix alert dot

This commit is contained in:
Henry Jameson 2022-10-09 19:00:25 +03:00
parent 5fa533fbb7
commit cf9957c733
1 changed files with 2 additions and 4 deletions

View File

@ -39,10 +39,8 @@
height: 0.5em;
width: 0.5em;
position: absolute;
right: calc(50% - 0.25em);
top: calc(50% - 0.25em);
margin-left: 6px;
margin-top: -6px;
right: calc(50% - 0.75em);
top: calc(50% - 0.5em);
background-color: $fallback--cRed;
background-color: var(--badgeNotification, $fallback--cRed);
}