fix(settings): fixed small issues with mobile

This commit is contained in:
trashtemp
2022-01-20 11:03:47 +01:00
parent 5565c86ef6
commit 594521a29f
5 changed files with 28 additions and 11 deletions

View File

@@ -158,10 +158,10 @@
@media (pointer: coarse) {
.item {
height: 40px;
height: 50px;
&.compact {
height: var(--bottom-navigation-height);
height: 50px;
> div {
gap: 20px;