~migadu/alps-devel

Fixes theme after add Cc and Bcc fields v1 APPLIED

Óscar García Amor: 1
 Fixes theme after add Cc and Bcc fields

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~migadu/alps-devel/patches/49170/mbox | git am -3
Learn more about email & git

[PATCH] Fixes theme after add Cc and Bcc fields Export this patch

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(-)
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%;
-- 
2.43.0
Heyhey
Pushed, thanks!