fix: discussions structure

This commit is contained in:
pateljannat
2021-08-30 12:46:08 +05:30
parent e6502784ea
commit 7a9039090d
22 changed files with 201 additions and 217 deletions

View File

@@ -1387,9 +1387,13 @@ textarea.form-control {
height: 300px;
}
.discussion-on-page textarea.form-control {
.discussion-on-page .form-control {
background-color: #FFFFFF;
font-size: inherit;
color: inherit;
}
.discussion-on-page textarea {
height: 160px;
}
@@ -1398,14 +1402,6 @@ textarea.form-control {
justify-content: flex-end;
}
.comment-field {
font-size: inherit;
}
.thread-title {
font-size: inherit;
}
.message-author {
color: #192734;
margin-left: 0.5rem;