Decrease notification badge padding (#2841)

Fixes #2840.
This commit is contained in:
d11n
2021-09-04 15:06:56 +02:00
committed by GitHub
parent fe18e71538
commit 1422bd8540

View File

@@ -333,7 +333,8 @@ svg.icon-note {
.notification-badge {
position: relative;
top: -1px;
min-width: 2em;
min-width: 1.5em;
padding: .25em;
}
@media (min-width: 992px) {
@@ -342,7 +343,7 @@ svg.icon-note {
}
.notification-badge {
position: absolute;
top: 0;
top: .125rem;
left: 1rem;
}
}