mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Style comments in Overview panel.
This commit is contained in:
parent
d1b96cea35
commit
caefc196a4
1 changed files with 10 additions and 0 deletions
|
@ -203,6 +203,7 @@
|
|||
}
|
||||
}
|
||||
.rp-state-overview & {
|
||||
border-radius: 0;
|
||||
padding: 2px 5px;
|
||||
border-bottom: solid 1px @rp-border-grey;
|
||||
}
|
||||
|
@ -328,6 +329,11 @@
|
|||
display: flex;
|
||||
align-items: flex-start;
|
||||
padding: 5px;
|
||||
|
||||
.rp-state-overview & {
|
||||
padding: 3px 0;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
.rp-comment-body {
|
||||
position: relative;
|
||||
|
@ -369,6 +375,10 @@
|
|||
|
||||
.rp-comment-reply {
|
||||
padding: 0 5px;
|
||||
|
||||
.rp-state-overview & {
|
||||
padding: 3px 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
.rp-add-comment-btn {
|
||||
|
|
Loading…
Reference in a new issue