Skip to content

Commit

Permalink
Reduce composition area buffer height
Browse files Browse the repository at this point in the history
  • Loading branch information
kenpowers-signal authored and scottnonnenberg-signal committed Sep 4, 2019
1 parent dbc312e commit db96500
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions stylesheets/_modules.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5025,7 +5025,7 @@
.module-composition-area {
position: relative;
min-height: 48px;
padding-top: 12px;
padding-top: 6px;

&__row {
display: flex;
Expand Down Expand Up @@ -5085,7 +5085,7 @@
height: 24px;
position: absolute;
left: calc(50% - 24px);
top: -24px;
top: -18px;
border-radius: 12px 12px 0 0;

opacity: 0;
Expand Down Expand Up @@ -5142,9 +5142,6 @@

.composition-area-placeholder {
flex-grow: 1;
margin: {
bottom: 6px;
}
}

// Module: Last Seen Indicator
Expand Down

0 comments on commit db96500

Please sign in to comment.