mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
refactor(Cell): make the padding smaller on mobile
This commit is contained in:
parent
0148024d83
commit
383795e538
1 changed files with 2 additions and 0 deletions
|
|
@ -168,6 +168,8 @@
|
||||||
@media only screen and (max-height: @xsmall) and (max-width: @xsmall) {
|
@media only screen and (max-height: @xsmall) and (max-width: @xsmall) {
|
||||||
.cell {
|
.cell {
|
||||||
.items {
|
.items {
|
||||||
|
padding: 0.25rem;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue