Ensure round notification badge

This commit is contained in:
Dennis Reimann
2021-08-30 22:47:20 +02:00
committed by Andrew Camilleri
parent 2887017d12
commit 3c443344a5

View File

@@ -199,6 +199,10 @@ h2 small .fa-question-circle-o {
}
}
.notification-badge {
min-width: 2em;
}
@media (min-width: 992px) {
.notification-badge {
position: relative;