diff options
author | 2024-02-04 12:22:14 +0100 | |
---|---|---|
committer | 2024-02-05 11:17:45 +0100 | |
commit | c25986a65701dd7cd44a9f9af49bd0e2717d0264 (patch) | |
tree | c1652a61236ba0d3955aef02107e0e2839a70fd4 /themes | |
parent | 0a2ff6a630eb42b7c2491d639ff2e495524577f0 (diff) | |
download | alps-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.css | 2 |
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%; |