mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 17:07:07 +00:00
settings: Use em for max-width of modal.
This commit is contained in:
@@ -1284,7 +1284,7 @@ label.preferences-radio-choice-label {
|
||||
#settings_page {
|
||||
height: 95vh;
|
||||
width: 97vw;
|
||||
max-width: 1024px;
|
||||
max-width: 73.1429em; /* 1024px at 14px em */
|
||||
margin: 2.5vh auto;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
|
||||
Reference in New Issue
Block a user