Fix: Small mobile fixes, paddings

This commit is contained in:
nizune
2021-07-05 16:24:25 +02:00
parent b5a11d5c8f
commit f1d413b6ef
3 changed files with 19 additions and 6 deletions

View File

@@ -147,14 +147,18 @@
@media (pointer: coarse) {
.item {
height: 55px;
height: 40px;
&.compact {
height: 50px;
div > svg {
height: 22px;
width: 22px;
> div {
gap: 20px;
> svg {
height: 24px;
width: 24px;
}
}
}
}