mirror of
https://git.sr.ht/~emersion/gamja
synced 2024-11-14 19:25:26 -05: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
1 changed files with 6 additions and 0 deletions
|
@ -657,3 +657,9 @@ kbd {
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
@media (pointer: none), (pointer: coarse) {
|
||||
#buffer-list li a, #member-list li a {
|
||||
padding: 7px 10px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue