mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-15 17:03:30 +01:00
Increase buffer/member list item height on mobile
Closes: https://todo.sr.ht/~emersion/gamja/62
This commit is contained in:
parent
0dfb7623db
commit
efabd69476
@ -657,3 +657,9 @@ kbd {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (pointer: none), (pointer: coarse) {
|
||||||
|
#buffer-list li a, #member-list li a {
|
||||||
|
padding: 7px 10px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user