Increase navbar fontsize on mobile

Fixes #85
This commit is contained in:
Zed 2019-10-29 18:17:20 +01:00
parent 8bc6381f4d
commit 76b9fcea76
3 changed files with 6 additions and 0 deletions

View file

@ -33,5 +33,6 @@
border-radius: 4px;
padding: 4px;
margin-right: 8px;
height: unset;
}
}

View file

@ -146,4 +146,8 @@ ul {
.preferences-container {
max-width: 95vw;
}
.nav-item, .nav-item .icon-container {
font-size: 16px;
}
}

View file

@ -81,6 +81,7 @@ input::-webkit-datetime-edit-year-field:focus {
float: none;
padding: unset;
padding-left: 4px;
margin-top: 17px;
&:hover {
color: var(--accent_light);