mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +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) {
|
||||
.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