From c25986a65701dd7cd44a9f9af49bd0e2717d0264 Mon Sep 17 00:00:00 2001 From: Óscar García Amor Date: Sun, 4 Feb 2024 12:22:14 +0100 Subject: Fixes theme after add Cc and Bcc fields After adding the fields Cc and Bcc the box to drag and drop the attachments was misaligned, with this change it occupies again all the available space. --- themes/alps/assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes') diff --git a/themes/alps/assets/style.css b/themes/alps/assets/style.css index 13b04fa..b0d6eb8 100644 --- a/themes/alps/assets/style.css +++ b/themes/alps/assets/style.css @@ -256,7 +256,7 @@ main.create-update .headers input { main.create-update #attachment-list { grid-column-start: 3; grid-row-start: 1; - grid-row-end: 5; + grid-row-end: 7; width: 25rem; height: 100%; -- cgit v1.2.3-59-g8ed1b