fix settings tabs on mobile, update follow request badge
This commit is contained in:
parent
fc7dfb3b9e
commit
0ac9d81788
@ -85,7 +85,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.follow-request-count {
|
.follow-request-count {
|
||||||
vertical-align: bottom;
|
vertical-align: baseline;
|
||||||
background-color: $fallback--bg;
|
background-color: $fallback--bg;
|
||||||
background-color: var(--input, $fallback--faint);
|
background-color: var(--input, $fallback--faint);
|
||||||
}
|
}
|
||||||
|
@ -272,9 +272,12 @@
|
|||||||
--lightText: var(--popoverLightText, $fallback--lightText);
|
--lightText: var(--popoverLightText, $fallback--lightText);
|
||||||
--icon: var(--popoverIcon, $fallback--icon);
|
--icon: var(--popoverIcon, $fallback--icon);
|
||||||
|
|
||||||
.fa-scale-110 fa-old-padding:before {
|
.follow-request-count {
|
||||||
width: 1.1em;
|
vertical-align: baseline;
|
||||||
|
background-color: $fallback--bg;
|
||||||
|
background-color: var(--input, $fallback--faint);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.side-drawer-logo-wrapper {
|
.side-drawer-logo-wrapper {
|
||||||
|
@ -92,7 +92,7 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
@media all and (max-width: 800px) {
|
@media all and (max-width: 800px) {
|
||||||
min-width: 1em;
|
min-width: 4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(.active)::after {
|
&:not(.active)::after {
|
||||||
|
Loading…
Reference in New Issue
Block a user