mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-14 15:21:28 +00:00
fix: remove unused mediaquery
This commit is contained in:
parent
18617b32c9
commit
eb61ad6943
1 changed files with 0 additions and 4 deletions
|
|
@ -208,7 +208,3 @@
|
||||||
@media screen and (max-width: @small) and (orientation: portrait) {
|
@media screen and (max-width: @small) and (orientation: portrait) {
|
||||||
.disable-cell-items();
|
.disable-cell-items();
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: @small-phone-portrait-size) and (max-width: @small) and (orientation: portrait) {
|
|
||||||
.disable-cell-items();
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue