This commit is contained in:
Mateusz Gruszczyński
2026-02-04 15:41:49 +01:00
parent 4e72897165
commit 5109453947

View File

@@ -192,20 +192,20 @@ body {
font-size: 0.75rem !important;
}
.zoom-btn-mobile {
width: auto;
margin-left: 0;
padding: 4px 0;
background: transparent;
border: none;
color: #58a6ff;
display: block;
width: 100%;
text-align: center;
padding: 8px;
margin-top: 8px;
background: rgba(88, 166, 255, 0.08);
border: 1px solid rgba(88, 166, 255, 0.4);
font-size: 0.8rem;
text-align: left;
text-decoration: underline dotted;
opacity: 0.9;
font-weight: 400;
}
.zoom-btn-mobile:active {
opacity: 0.7;
background: rgba(88, 166, 255, 0.2);
transform: scale(0.98);
}
}