mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #1077 from Stremio/fix/settings-shortcuts-overflow
Settings: Fix shortcuts layout issue on mobile
This commit is contained in:
commit
1f93175e98
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
.shortcuts-group {
|
.shortcuts-group {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-width: 30rem;
|
width: 30rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 2rem;
|
gap: 2rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue