Improve setings menu responsiveness
This commit is contained in:
parent
24bdc46b0a
commit
437dd1667d
@ -24,7 +24,7 @@
|
|||||||
@media screen and (max-width: calc(768px + 320px)) {
|
@media screen and (max-width: calc(768px + 320px)) {
|
||||||
.settings-menu {
|
.settings-menu {
|
||||||
position: static;
|
position: static;
|
||||||
width: 480px;
|
width: min(480px, 100%);
|
||||||
align-self: center;
|
align-self: center;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0 15px;
|
padding: 0 15px;
|
||||||
|
Loading…
Reference in New Issue
Block a user