From 29be4236d049c322dbb65a8af00e7f356f6f3607 Mon Sep 17 00:00:00 2001 From: N-Shar-ma Date: Tue, 25 Jun 2024 00:07:45 +0530 Subject: [PATCH] compose: Rework paddings for the compose content for more symmetry. The space above and to the left of the recipient area is now matched to the space below it, and this is also the space above and on the sides of a collapsed compose row. --- web/styles/compose.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/compose.css b/web/styles/compose.css index 17028de684..f63fd1c761 100644 --- a/web/styles/compose.css +++ b/web/styles/compose.css @@ -119,7 +119,7 @@ /* Main geometry for this element is in zulip.css */ #compose-content { background-color: hsl(232deg 30% 92%); - padding: 4px 4px 8px; + padding: 7px 7px 8px; border: 1px solid hsl(0deg 0% 0% / 10%); border-radius: 9px 9px 0 0; box-shadow: 0 0 0 hsl(236deg 11% 28%); @@ -137,7 +137,7 @@ .message_comp { display: none; - padding: 5px 10px 0 5px; + padding: 0 7px 0 0; #compose_banners { max-height: min(25vh, 240px);