Notification bubble: add border since it's the same color as an active button

950 "notifications count clashes with color of the expand button in top right"
This commit is contained in:
infinite-persistence 2022-03-12 11:19:46 +08:00 committed by Thomas Zarebczan
parent 59591c7695
commit de9b3b641d

View file

@ -295,6 +295,7 @@ $contentMaxWidth: 60rem;
height: 1.4rem;
width: 1.4rem;
border-radius: 50%;
border: 1.5px solid var(--color-background);
background-color: var(--color-notification);
position: absolute;
top: -0.4rem;