From 4e72897165dd08f363b969f66619fd27291e60e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Gruszczy=C5=84ski?= Date: Wed, 4 Feb 2026 15:40:04 +0100 Subject: [PATCH] poprawki --- static/css/style.css | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index e286677..c5075d6 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -179,16 +179,6 @@ body { margin-bottom: 8px; } - .zoom-btn-mobile { - width: 100%; - margin-left: 0; - padding: 8px; - font-size: 0.75rem; - text-align: center; - } -} - -@media (max-width: 576px) { .time-selector-wrapper { display: grid; grid-template-columns: repeat(5, 1fr) !important; @@ -201,4 +191,21 @@ body { height: 30px !important; font-size: 0.75rem !important; } -} \ No newline at end of file + .zoom-btn-mobile { + width: auto; + margin-left: 0; + padding: 4px 0; + background: transparent; + border: none; + color: #58a6ff; + font-size: 0.8rem; + text-align: left; + text-decoration: underline dotted; + opacity: 0.9; + } + + .zoom-btn-mobile:active { + opacity: 0.7; + } +} +