Revert "compose: Fix buttons spilling from compose box."

This reverts commit 9243fa3d52.

This commit appears to have caused the same issue with the compose box
borders at other size/zoom configurations that may be more common.

We'll figure out a better fix and apply that.
This commit is contained in:
Tim Abbott
2025-03-20 09:24:20 -07:00
parent 18921ae79c
commit bccc283554

View File

@@ -506,9 +506,9 @@
grid-area: message-formatting-controls-container;
border-radius: 0 0 3px 3px;
background-color: var(--color-message-formatting-controls-container);
border: 1px solid var(--color-message-content-container-border);
border-top: none;
border-bottom: none;
/* margin on either side to let the border of
.message-content-container show through. */
margin: 0 1px;
}
.compose-scrolling-buttons-container {