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 {
|
.ellipsis::after {content: "…";}
|
||||||
&::after {
|
|
||||||
content: "…";
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.timeline-compose-block {
|
.timeline-compose-block {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border-radius: 10px;
|
margin-bottom: 20px;
|
||||||
margin-bottom: 10px;
|
@include gab-container-standards();
|
||||||
background: $gab-background-container;
|
|
||||||
body.theme-gabsocial-light & {
|
|
||||||
@include light-theme-shadow();
|
|
||||||
background: $gab-background-container-light;
|
|
||||||
}
|
|
||||||
.emoji-picker-wrapper {
|
.emoji-picker-wrapper {
|
||||||
.emoji-picker-dropdown {top: 10px;}
|
.emoji-picker-dropdown {top: 10px;}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user