mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
set the settings-menu max width for mobile devices < 350px wide
fixes #5933 - sets the max-width of the settings-menu to 100%
This commit is contained in:
parent
0a1e17ac33
commit
a8de01848f
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
bottom: 0;
|
||||
z-index: 500;
|
||||
overflow: hidden;
|
||||
max-width: 100%;
|
||||
width: 350px;
|
||||
border-left: #dfe1e3 1px solid;
|
||||
background: #fff;
|
||||
|
|
Loading…
Add table
Reference in a new issue