From ad8eccf83ba1e27a78fd7af5427c3f4cf6bd1feb Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 16 Jan 2023 14:10:55 +0100 Subject: [PATCH] Resolve #858 --- dev/Styles/User/Layout.less | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/dev/Styles/User/Layout.less b/dev/Styles/User/Layout.less index 0a39a5c17..f38ff4719 100644 --- a/dev/Styles/User/Layout.less +++ b/dev/Styles/User/Layout.less @@ -6,18 +6,15 @@ } #rl-left, #rl-right { - position: absolute; + position: fixed; top: 0; right: 0; bottom: 10px; left: 0; - padding: 0; - margin: 0; - border: 0; - z-index: 0; } #rl-left { + z-index: 0; width: @rlLeftWidth; } @@ -179,6 +176,7 @@ html.rl-side-preview-pane { .search-input-wrp { position: relative; + text-align: right; } .search-input-wrp a { position: absolute; @@ -270,7 +268,6 @@ html.rl-left-panel-disabled { html.rl-no-preview-pane { #V-MailMessageList { - right: @rlBottomMargin !important; width: inherit; } @@ -329,6 +326,6 @@ html.rl-mobile { } &.rl-left-panel-disabled #rl-right { - left: 5px; + left: 0; } }