Make bottom buffer constant for composition area

This commit is contained in:
Ken Powers 2019-09-04 18:06:12 -04:00 committed by Scott Nonnenberg
parent db96500c80
commit c9fd199b48
1 changed files with 4 additions and 1 deletions

View File

@ -5024,7 +5024,7 @@
// Module: CompositionArea
.module-composition-area {
position: relative;
min-height: 48px;
min-height: 42px;
padding-top: 6px;
&__row {
@ -5142,6 +5142,9 @@
.composition-area-placeholder {
flex-grow: 1;
margin: {
bottom: 6px;
}
}
// Module: Last Seen Indicator