From 1b3d6401f393a216cdef763192f29554ef969aed Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Thu, 13 Oct 2022 12:07:15 +0200 Subject: [PATCH] Some style fixes for Nextcloud embed mode https://github.com/the-djmaze/snappymail/issues/96#issuecomment-1277236142 --- integrations/nextcloud/snappymail/css/embed.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/integrations/nextcloud/snappymail/css/embed.css b/integrations/nextcloud/snappymail/css/embed.css index fd3592dbe..7506cb75a 100644 --- a/integrations/nextcloud/snappymail/css/embed.css +++ b/integrations/nextcloud/snappymail/css/embed.css @@ -56,6 +56,14 @@ Then the below #rl-app can be used to style it. padding-left: 30px; } +#rl-app .loading::after { + display: none; +} + +#appmenu { + margin: 0; +} + @media print { #body-user #header { display: none;