Added container standards to the inline composer block.
Some css cleanup.
This commit is contained in:
parent
fceb5dccb0
commit
97ad49c617
|
@ -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;}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue