fix: remove unused mediaquery

This commit is contained in:
Victor Sales 2025-10-17 18:20:31 +03:00
parent 18617b32c9
commit eb61ad6943

View file

@ -208,7 +208,3 @@
@media screen and (max-width: @small) and (orientation: portrait) {
.disable-cell-items();
}
@media screen and (min-width: @small-phone-portrait-size) and (max-width: @small) and (orientation: portrait) {
.disable-cell-items();
}