This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 6e6ec8d5961df9d1e14e67e14077f34634b2d79f Author: Daniel Gruno <[email protected]> AuthorDate: Sun Nov 21 17:45:33 2021 +0100 fix width and position of user prefs for narrow devices --- webui/css/scaffolding.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css index 466caed..6bda268 100644 --- a/webui/css/scaffolding.css +++ b/webui/css/scaffolding.css @@ -697,6 +697,11 @@ a.dropdown-toggle { @media only screen and (max-width: 440px) { #preferences_ul #display_options_dropdown { width: 300px; + position: absolute; + left: -140px; + right: auto; + font-weight: normal; + font-size: 1.15rem; } }
