mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #20526 from overleaf/dp-mini-review-panel
Styling updates for mini review panel GitOrigin-RevId: 1bbf7f1d2e02f5d6f3f50937d2b7b9cdc5a0878f
This commit is contained in:
parent
9d3841a46d
commit
ab43a44b76
2 changed files with 6 additions and 2 deletions
|
@ -27,7 +27,7 @@ export const ReviewPanelComment = memo<{
|
||||||
position={comment.op.p}
|
position={comment.op.p}
|
||||||
>
|
>
|
||||||
<div className="review-panel-entry-indicator">
|
<div className="review-panel-entry-indicator">
|
||||||
<MaterialIcon type="edit" className="review-panel-entry-icon" />
|
<MaterialIcon type="comment" className="review-panel-entry-icon" />
|
||||||
</div>
|
</div>
|
||||||
<ReviewPanelCommentContent comment={comment} isResolved={false} />
|
<ReviewPanelCommentContent comment={comment} isResolved={false} />
|
||||||
</ReviewPanelEntry>
|
</ReviewPanelEntry>
|
||||||
|
|
|
@ -490,8 +490,12 @@
|
||||||
&.review-panel-mini {
|
&.review-panel-mini {
|
||||||
overflow: visible !important;
|
overflow: visible !important;
|
||||||
|
|
||||||
|
.review-panel-inner {
|
||||||
|
width: 24px;
|
||||||
|
}
|
||||||
|
|
||||||
.review-panel-entry {
|
.review-panel-entry {
|
||||||
margin-left: 2px;
|
margin-left: 0;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue