settings: Use em for max-width of modal.

This commit is contained in:
evykassirer
2025-01-09 17:31:38 -08:00
committed by Tim Abbott
parent 6db27ad7dd
commit 05e336c6fc

View File

@@ -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;