This commit is contained in:
Mateusz Gruszczyński
2026-02-04 15:40:04 +01:00
parent 71cfa901c3
commit 4e72897165

View File

@@ -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;
}
}
.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;
}
}