From 05e336c6fc9da21e6bc6a909a4e70a2d65c820fe Mon Sep 17 00:00:00 2001 From: evykassirer Date: Thu, 9 Jan 2025 17:31:38 -0800 Subject: [PATCH] settings: Use em for max-width of modal. --- web/styles/settings.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/styles/settings.css b/web/styles/settings.css index c4f629cb46..7e4cb5d444 100644 --- a/web/styles/settings.css +++ b/web/styles/settings.css @@ -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;