From efabd69476d620c7c1fa53dbac2f551f2498fcfb Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Sun, 6 Jun 2021 10:46:41 +0200 Subject: [PATCH] Increase buffer/member list item height on mobile Closes: https://todo.sr.ht/~emersion/gamja/62 --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 9864a19..4a1c724 100644 --- a/style.css +++ b/style.css @@ -657,3 +657,9 @@ kbd { font-weight: bold; } } + +@media (pointer: none), (pointer: coarse) { + #buffer-list li a, #member-list li a { + padding: 7px 10px; + } +}