From 26547f48b67bd5b848c1cdcc81185a005a326fcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rene=20Hamp=C3=B6lz?= Date: Fri, 16 Jun 2023 20:16:02 +0000 Subject: [PATCH] fix: Contact popup border --- snappymail/v/0.0.0/themes/NextcloudV25+/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css index 94f1ac7bf..238c974c2 100644 --- a/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css +++ b/snappymail/v/0.0.0/themes/NextcloudV25+/styles.css @@ -2067,7 +2067,6 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar { #rl-app #V-PopupsContacts .b-list-content { height: calc(100% - 35px - 72px); - border-bottom: 1px solid var(--nc-color-border); } #rl-app #V-PopupsContacts .b-list-content .listClear { @@ -2146,6 +2145,7 @@ html.rl-mobile #rl-app #V-AdminPane>.b-toolbar { #rl-app #V-PopupsContacts .b-list-content { height: calc(100% - 55px); + border-bottom: 1px solid var(--nc-color-border); } #rl-app #V-PopupsContacts .right {