diff --git a/src/components/nav_panel/nav_panel.vue b/src/components/nav_panel/nav_panel.vue index 7308fb1e2f418e84cf841f13529b5ead17035923..8b299bf29260fbcf53624496fab51b3b74dd5d2d 100644 --- a/src/components/nav_panel/nav_panel.vue +++ b/src/components/nav_panel/nav_panel.vue @@ -85,7 +85,7 @@ } .follow-request-count { - vertical-align: bottom; + vertical-align: baseline; background-color: $fallback--bg; background-color: var(--input, $fallback--faint); } diff --git a/src/components/side_drawer/side_drawer.vue b/src/components/side_drawer/side_drawer.vue index 707c6c3df6ebcd571d2c7db4775eab05ef337b8e..ed1ccb7db9209b1b5910a124a734e99fda78f540 100644 --- a/src/components/side_drawer/side_drawer.vue +++ b/src/components/side_drawer/side_drawer.vue @@ -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 { diff --git a/src/components/tab_switcher/tab_switcher.scss b/src/components/tab_switcher/tab_switcher.scss index cd8fff6f26d755b66bc216fea1a8f1f7fa37aa68..1e963516d4a810de5d85ad5ca67887ccfcf12f7b 100644 --- a/src/components/tab_switcher/tab_switcher.scss +++ b/src/components/tab_switcher/tab_switcher.scss @@ -92,7 +92,7 @@ flex-direction: column; @media all and (max-width: 800px) { - min-width: 1em; + min-width: 4em; } &:not(.active)::after {