From 75fb5170c1c7081534d51726a7f529c39b049d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Wed, 14 Jun 2023 20:33:10 +0000 Subject: [PATCH] fix: Mobile dropdown positioning --- snappymail/v/0.0.0/themes/NextcloudV25+/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 46f5e51ab..9b5504fcb 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -881,6 +881,13 @@ input[type="checkbox"] { border-bottom-right-radius: inherit; } +.rl-left-panel-disabled #rl-app .dropdown-menu { + position: fixed; + top: auto; + left: auto; + right: 5px; +} + /* #endregion */ /* #region dropdown account */ @@ -1735,6 +1742,10 @@ html.sm-msgView-bottom #rl-app .messageView { border-color: var(--nc-color-border); } +.rl-left-panel-disabled #rl-app #messageItem .dropdown-menu { + position: absolute; +} + #rl-app #messageItem .readReceipt, #rl-app #messageItem .showImages { margin: 8px;