fixes + fixes for anon users

This commit is contained in:
Henry Jameson 2022-08-12 00:50:08 +03:00
commit 0123872b56
8 changed files with 26 additions and 6 deletions

View file

@ -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;
}
}