1
0
puyopuyotetr.is/app/javascript/styles/birdsite/compose-form.scss
Jeong Arm c9f03ecc97 [Birdsite] Import 1.5.7rc2
(cherry picked from commit 746f67b100d1fa16faeae07acceef4e7ff0ce24b)
2023-08-01 23:31:13 +09:00

13 lines
387 B
SCSS

/* Add background color for the compose form */
.compose-form .compose-form__autosuggest-wrapper,
.compose-form .compose-form__buttons-wrapper {
background-color: var(--color-mud);
border-color: var(--color-mud);
padding-top: 0;
}
/* Fixes to bottom row when there's a background */
.compose-form .compose-form__buttons-wrapper {
padding-bottom: calc(var(--gap-default) / 2);
}