quoted post preview added to status composer

This commit is contained in:
2458773093
2019-08-04 23:56:17 +03:00
parent 900342a251
commit 92ebfbd076
5 changed files with 53 additions and 1 deletions

View File

@@ -282,4 +282,17 @@
padding-top: 10px;
}
}
&__quote-preview {
font-size: 14px;
padding: 5px 10px 0;
background: darken($simple-background-color, 8%);
border-bottom: 1px solid darken($simple-background-color, 22%);
color: #555;
.status__content {
font-size: 0.9em;
color: #555;
}
}
} // end .compose-form