fix mobile badge alignment

This commit is contained in:
Henry Jameson 2020-11-03 18:45:23 +02:00
parent 979efb301a
commit 4e4b258c54

View file

@ -271,6 +271,12 @@
--faintLink: var(--popoverFaintLink, $fallback--faint);
--lightText: var(--popoverLightText, $fallback--lightText);
--icon: var(--popoverIcon, $fallback--icon);
.badge {
position: absolute;
right: 0.7rem;
top: 1em;
}
}
.side-drawer-logo-wrapper {