mirror of
https://codeberg.org/emersion/gamja.git
synced 2025-04-21 10:00:52 -04: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…
Add table
Add a link
Reference in a new issue