poprawka dla malych ekranow
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
Reference in New Issue
Block a user