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.
This commit is contained in:
N-Shar-ma 2024-06-25 00:07:45 +05:30 committed by Tim Abbott
parent 307681d718
commit 29be4236d0
1 changed files with 2 additions and 2 deletions

View File

@ -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);