From dc0650274454474171ac2074b016d7f64d93ca09 Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Wed, 15 Mar 2023 22:53:06 +0100 Subject: [PATCH] Resolve #1017 --- integrations/nextcloud/snappymail/css/embed.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integrations/nextcloud/snappymail/css/embed.css b/integrations/nextcloud/snappymail/css/embed.css index 4167e4f413..b283168d77 100644 --- a/integrations/nextcloud/snappymail/css/embed.css +++ b/integrations/nextcloud/snappymail/css/embed.css @@ -120,3 +120,9 @@ a.selectable::after { padding-top: 0; } } + +@media screen and (max-width: 799px) { + #body-user #rl-left { + top: 50px; + } +}