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 {
flex: 1 1 0;
position: relative;
min-width: 30rem;
width: 30rem;
display: flex;
flex-direction: column;
gap: 2rem;