Skip to content

Commit 161802d

Browse files
Copilotalexr00
andauthored
Fix reviewer icons horizontal misalignment in pull request view (#8013)
* Initial plan * Initial investigation of reviewer icon misalignment issue Co-authored-by: alexr00 <[email protected]> * Fix reviewer icons misalignment by adding align-items: center Co-authored-by: alexr00 <[email protected]> * Add justify-content: flex-end to align reviewer icons horizontally Co-authored-by: alexr00 <[email protected]> * Hide aria alert div to prevent layout space consumption Co-authored-by: alexr00 <[email protected]> * revert * Remove extra css --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: alexr00 <[email protected]>
1 parent f7f1a72 commit 161802d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

webviews/common/common.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,13 @@ body img.avatar {
238238
gap: 4px;
239239
}
240240

241+
.reviewer-icons [role='alert'] {
242+
position: absolute;
243+
width: 0;
244+
height: 0;
245+
overflow: hidden;
246+
}
247+
241248
.push-right {
242249
margin-left: auto;
243250
}

0 commit comments

Comments
 (0)