Skip to content
Snippets Groups Projects
Commit 4e4b258c authored by HJ's avatar HJ :fire:
Browse files

fix mobile badge alignment

parent 979efb30
No related branches found
No related tags found
3 merge requests!1386Improve 3 column layout experiment,!1278Merge develop into master for 2.2.0,!1275Few more minor fixes
Pipeline #32530 passed
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment