Merge pull request #20526 from overleaf/dp-mini-review-panel

Styling updates for mini review panel

GitOrigin-RevId: 1bbf7f1d2e02f5d6f3f50937d2b7b9cdc5a0878f
This commit is contained in:
David 2024-09-24 09:54:22 +01:00 committed by Copybot
parent 9d3841a46d
commit ab43a44b76
2 changed files with 6 additions and 2 deletions

View file

@ -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>

View file

@ -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;
} }