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; + } +} +