aboutsummaryrefslogtreecommitdiff
path: root/src/components/mobile_nav
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-12 00:50:08 +0300
committerHenry Jameson <me@hjkos.com>2022-08-12 00:50:08 +0300
commit0123872b56ccd2d534913706ae0f27ea8d6481de (patch)
tree54b55d8a7edbace96f5ded60051a0c040358c69f /src/components/mobile_nav
parent3a16a59f37b9b637bb4cbc1c3575810a65515cbc (diff)
fixes + fixes for anon users
Diffstat (limited to 'src/components/mobile_nav')
-rw-r--r--src/components/mobile_nav/mobile_nav.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mobile_nav/mobile_nav.vue b/src/components/mobile_nav/mobile_nav.vue
index 82e726a4..01a77589 100644
--- a/src/components/mobile_nav/mobile_nav.vue
+++ b/src/components/mobile_nav/mobile_nav.vue
@@ -86,6 +86,7 @@
grid-template-columns: 2fr auto;
width: 100%;
box-sizing: border-box;
+
a {
color: var(--topBarLink, $fallback--link);
}
@@ -175,7 +176,6 @@
.pinned-item {
flex-grow: 1;
- text-align: center;
}
}