css: fix comment style

This commit is contained in:
Sebastian Castro 2020-04-15 12:04:47 +02:00 committed by muxator
parent 0cbd178f95
commit 8a4de6c366
3 changed files with 5 additions and 2 deletions

View File

@ -57,7 +57,7 @@
margin: 10px 0;
font-size: 1.2rem;
}
.popup p {
.popup:not(.comment-modal) p {
margin: 5px 0;
}

View File

@ -23,7 +23,7 @@
color: var(--text-color);
}
.popup p {
.popup:not(.comment-modal) p {
margin: 10px 0;
}

View File

@ -4,6 +4,9 @@
font-size: .9rem;
margin: 10px 0 5px 0;
}
.sidebar-comment .btn.btn-primary:not(#comment-create-btn) {
background-color: var(--text-soft-color);
}
.sidebar-comment .suggestion-create {
margin-top: 10px;
}