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

fix settings tabs on mobile, update follow request badge

parent fc7dfb3b
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@
}
.follow-request-count {
vertical-align: bottom;
vertical-align: baseline;
background-color: $fallback--bg;
background-color: var(--input, $fallback--faint);
}
......
......@@ -272,9 +272,12 @@
--lightText: var(--popoverLightText, $fallback--lightText);
--icon: var(--popoverIcon, $fallback--icon);
.fa-scale-110 fa-old-padding:before {
width: 1.1em;
.follow-request-count {
vertical-align: baseline;
background-color: $fallback--bg;
background-color: var(--input, $fallback--faint);
}
}
.side-drawer-logo-wrapper {
......
......@@ -92,7 +92,7 @@
flex-direction: column;
@media all and (max-width: 800px) {
min-width: 1em;
min-width: 4em;
}
&:not(.active)::after {
......
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