From 809eb1f377bb93fc75e8f1db8245cde524092537 Mon Sep 17 00:00:00 2001 From: Gilgamesh Athoraya Date: Fri, 22 Sep 2023 16:00:47 +0200 Subject: [PATCH] Make room for wider drop down --- style/less/layout/preferences/prefs_colours.less | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/style/less/layout/preferences/prefs_colours.less b/style/less/layout/preferences/prefs_colours.less index 3c3ea7df..416f7ad1 100644 --- a/style/less/layout/preferences/prefs_colours.less +++ b/style/less/layout/preferences/prefs_colours.less @@ -14,7 +14,7 @@ } #col_me { left: 8px; - right: 216px; + right: 256px; overflow: hidden; text-align: left; position: absolute; @@ -22,7 +22,7 @@ bottom: @PRF_CONTENT_BTM; } #col_settings { - width: 200px; + width: 240px; right: 8px; overflow: auto; line-height: 1.5; @@ -31,8 +31,7 @@ top: @TOP; bottom: @PRF_CONTENT_BTM; p { - padding-top: 8px; - padding-bottom: 8px; + padding: 8px 2px; } } .web {