mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix: Small mobile fixes, paddings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user