poprawka dla malych ekranow

This commit is contained in:
Mateusz Gruszczyński
2026-01-13 08:34:57 +01:00
parent 71233ebb75
commit dc2ece32a0
3 changed files with 160 additions and 157 deletions

View File

@@ -977,3 +977,14 @@ td select.tom-dark {
font-size: 0.75rem;
}
}
/* Mobile-only / Desktop-only helpery (jeśli nie chcesz polegać na d-sm-*) */
@media (max-width: 420px) {
.user-label-desktop { display: none !important; }
.user-label-mobile { display: inline !important; }
}
@media (min-width: 421px) {
.user-label-desktop { display: inline !important; }
.user-label-mobile { display: none !important; }
}