Reduce composition area buffer height
This commit is contained in:
parent
dbc312e189
commit
db96500c80
1 changed files with 2 additions and 5 deletions
|
@ -5025,7 +5025,7 @@
|
||||||
.module-composition-area {
|
.module-composition-area {
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 48px;
|
min-height: 48px;
|
||||||
padding-top: 12px;
|
padding-top: 6px;
|
||||||
|
|
||||||
&__row {
|
&__row {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -5085,7 +5085,7 @@
|
||||||
height: 24px;
|
height: 24px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: calc(50% - 24px);
|
left: calc(50% - 24px);
|
||||||
top: -24px;
|
top: -18px;
|
||||||
border-radius: 12px 12px 0 0;
|
border-radius: 12px 12px 0 0;
|
||||||
|
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -5142,9 +5142,6 @@
|
||||||
|
|
||||||
.composition-area-placeholder {
|
.composition-area-placeholder {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
margin: {
|
|
||||||
bottom: 6px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Module: Last Seen Indicator
|
// Module: Last Seen Indicator
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue