mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 09:27:43 +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 {
|
#settings_page {
|
||||||
height: 95vh;
|
height: 95vh;
|
||||||
width: 97vw;
|
width: 97vw;
|
||||||
max-width: 1024px;
|
max-width: 73.1429em; /* 1024px at 14px em */
|
||||||
margin: 2.5vh auto;
|
margin: 2.5vh auto;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|||||||
Reference in New Issue
Block a user