mirror of https://github.com/zulip/zulip.git
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:
parent
307681d718
commit
29be4236d0
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue