Merge pull request #1077 from Stremio/fix/settings-shortcuts-overflow

Settings: Fix shortcuts layout issue on mobile
This commit is contained in:
Tim 2025-11-28 14:20:03 +01:00 committed by GitHub
commit 1f93175e98
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;