aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorLibravatarLibravatar Óscar García Amor <[email protected]> 2024-02-04 12:22:14 +0100
committerLibravatarLibravatar Simon Ser <[email protected]> 2024-02-05 11:17:45 +0100
commitc25986a65701dd7cd44a9f9af49bd0e2717d0264 (patch)
treec1652a61236ba0d3955aef02107e0e2839a70fd4 /themes
parent0a2ff6a630eb42b7c2491d639ff2e495524577f0 (diff)
downloadalps-c25986a65701dd7cd44a9f9af49bd0e2717d0264.tar.gz
alps-c25986a65701dd7cd44a9f9af49bd0e2717d0264.tar.bz2
alps-c25986a65701dd7cd44a9f9af49bd0e2717d0264.zip
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.
Diffstat (limited to 'themes')
-rw-r--r--themes/alps/assets/style.css2
1 files changed, 1 insertions, 1 deletions
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%;