mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
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:
@@ -506,9 +506,9 @@
|
|||||||
grid-area: message-formatting-controls-container;
|
grid-area: message-formatting-controls-container;
|
||||||
border-radius: 0 0 3px 3px;
|
border-radius: 0 0 3px 3px;
|
||||||
background-color: var(--color-message-formatting-controls-container);
|
background-color: var(--color-message-formatting-controls-container);
|
||||||
border: 1px solid var(--color-message-content-container-border);
|
/* margin on either side to let the border of
|
||||||
border-top: none;
|
.message-content-container show through. */
|
||||||
border-bottom: none;
|
margin: 0 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.compose-scrolling-buttons-container {
|
.compose-scrolling-buttons-container {
|
||||||
|
|||||||
Reference in New Issue
Block a user