feat: discussions sidebar
This commit is contained in:
@@ -438,7 +438,7 @@ input[type=checkbox] {
|
||||
|
||||
.button {
|
||||
box-shadow: var(--btn-shadow);
|
||||
border-radius: 8px;
|
||||
border-radius: 4px;
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -1281,7 +1281,7 @@ pre {
|
||||
|
||||
.thread-card {
|
||||
flex-direction: column;
|
||||
padding: 1.5rem;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
textarea.form-control {
|
||||
@@ -1307,6 +1307,14 @@ textarea.form-control {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.discussions-parent .collapsing {
|
||||
transition: height 0s;
|
||||
}
|
||||
|
||||
.discussion-topic-title {
|
||||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.certificate-page .common-card-style {
|
||||
color: black;
|
||||
font-size: 1.25rem;
|
||||
|
||||
Reference in New Issue
Block a user