~migadu/alps-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
2 2

[PATCH] Fixes theme after add Cc and Bcc fields

Óscar García Amor <ogarcia@connectical.com>
Details
Message ID
<20240204112214.32025-1-ogarcia@connectical.com>
DKIM signature
pass
Download raw message
Patch: +1 -1
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
Details
Message ID
<34ZXJ0DMZ5G7F.2N8BOWVA3RVPM@homearch.localdomain>
In-Reply-To
<20240204112214.32025-1-ogarcia@connectical.com> (view parent)
DKIM signature
missing
Download raw message
Heyhey

> 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(-)

LGTM!
 

> 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
Details
Message ID
<hUzcUV76OrnjtltKw1I73TM2slOEAVJr8G6ljD1Nicz_tET7tvbXFZ19B8pxnXUpa6uJV-FTHiFOcIgRUmdscG1UrxM8HlEB9o2mD6tYv8s=@emersion.fr>
In-Reply-To
<20240204112214.32025-1-ogarcia@connectical.com> (view parent)
DKIM signature
pass
Download raw message
Pushed, thanks!
Reply to thread Export thread (mbox)