Skip to content

Commit f049098

Browse files
mrleemurraymrleemurray
andauthored
Adjust avatar margin for improved layout consistency in PR and comment sections (#8564)
Co-authored-by: mrleemurray <lee.murray@microsoft.com>
1 parent 0cb65db commit f049098

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

webviews/common/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ body img.avatar {
249249
}
250250

251251
.section-item .avatar-link {
252-
margin-right: 8px;
252+
margin-right: 6px;
253253
}
254254

255255
.section-item .avatar-container {

webviews/editorWebview/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,12 +636,12 @@ body button .icon {
636636

637637
.subtitle .avatar,
638638
.subtitle .avatar-icon svg {
639+
margin-top: 2px;
639640
margin-right: 6px;
640641
}
641642

642643
.subtitle .author {
643644
display: flex;
644-
align-items: center;
645645
}
646646

647647
.merge-branches {
@@ -861,7 +861,7 @@ button.secondary.change-base {
861861

862862
.commit .commit-message .avatar-container,
863863
.merged .merged-message .avatar-container {
864-
margin-right: 4px;
864+
margin-right: 6px;
865865
flex-shrink: 0;
866866
}
867867

0 commit comments

Comments
 (0)