discourse/app/assets/stylesheets/common/select-kit/composer-actions.scss
Jarek Radosz 0b34d5ac6c
UX: Maximize the preview space in composer (#15188)
A follow-up to #15117 and #15141. Applies the previous changes to PM-specific fields, makes the preview area take the all the available height of the composer, and unifies more spacing between composer elements.
2021-12-24 12:38:33 +01:00

27 lines
499 B
SCSS

.select-kit {
&.dropdown-select-box {
&.composer-actions {
margin: 0;
.select-kit-header {
background: none;
outline: none;
padding: 0;
margin-right: 8px;
border: 1px solid var(--primary-medium);
min-height: unset;
.d-icon {
padding: 5px 6px;
}
&:hover,
&:focus {
background: var(--primary-low);
}
}
.d-icon {
margin: 0 !important;
}
}
}
}