From 71037c670033c85c38fb6d6d83bb331fcdd5807b Mon Sep 17 00:00:00 2001 From: Andreas Hahn Date: Wed, 29 Jan 2025 01:37:34 +0100 Subject: [PATCH] Make top row buttons fit better at 390px screensize --- frontend/src/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index 36859ce..523d9e3 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -27,7 +27,7 @@ header { flex-wrap: wrap; flex-direction: row; justify-content: center; - gap: 8px; + gap: 5px; position: sticky; top: 0; z-index: 1; @@ -54,15 +54,15 @@ a.button { .buttons button, .buttons a.button { - height: 60px; - width: 60px; + height: 56px; + width: 56px; padding: 4px; gap: 2px; } button span.title, a.button span.title { - font-size: 12px; + font-size: 11px; } #settings {