Added container standards to the inline composer block.

Some css cleanup.
This commit is contained in:
Dank Gabs 2019-07-22 21:40:19 -04:00
parent fceb5dccb0
commit 97ad49c617
1 changed files with 3 additions and 12 deletions

View File

@ -235,23 +235,14 @@
}
}
.ellipsis {
&::after {
content: "";
}
}
.ellipsis::after {content: "";}
.timeline-compose-block {
display: flex;
align-items: flex-start;
padding: 20px;
border-radius: 10px;
margin-bottom: 10px;
background: $gab-background-container;
body.theme-gabsocial-light & {
@include light-theme-shadow();
background: $gab-background-container-light;
}
margin-bottom: 20px;
@include gab-container-standards();
.emoji-picker-wrapper {
.emoji-picker-dropdown {top: 10px;}
}