mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
css: fix comment style
This commit is contained in:
parent
0cbd178f95
commit
8a4de6c366
3 changed files with 5 additions and 2 deletions
|
@ -57,7 +57,7 @@
|
|||
margin: 10px 0;
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
.popup p {
|
||||
.popup:not(.comment-modal) p {
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
color: var(--text-color);
|
||||
}
|
||||
|
||||
.popup p {
|
||||
.popup:not(.comment-modal) p {
|
||||
margin: 10px 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue