From 7c2e456ab08c6f68e0b19a607170df3bccda095b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Sat, 1 Jul 2023 13:47:14 +0000 Subject: [PATCH] revert: Tablet layout parts --- .../v/0.0.0/themes/NextcloudV25+/styles.css | 32 ------------------- 1 file changed, 32 deletions(-) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 8f80293a8..0031014f9 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -2487,38 +2487,6 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar { /* #region (todo) tablet layout */ @media screen and (min-width: 800px) and (max-width: 1024px) { - html.sm-msgView-side #rl-app #rl-right { - flex-direction: column; - } - - html.sm-msgView-side #rl-app #V-MailMessageList { - height: unset; - width: unset; - } - - html.sm-msgView-side #rl-app #V-MailMessageList .resizer { - /* ? vertical resize not working in side view */ - display: none; - } - - html.sm-msgView-side #rl-app #V-MailMessageList .messageList { - height: 35vh; - max-height: 50vh; - min-height: 200px; - width: unset !important; - max-width: unset; - overflow: auto; - resize: vertical; - } - - html.sm-msgView-side #rl-app #V-MailMessageView .top-toolbar { - display: none; - } - - html.sm-msgView-side #rl-app .messageView { - height: 100%; - } - #rl-app #rl-left { width: 250px; }