mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-29 01:28:48 +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) {
|
||||
.cell {
|
||||
.items {
|
||||
padding: 0.25rem;
|
||||
|
||||
.item {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue