Skip to content

Commit f7ac0e5

Browse files
authored
Polish alignment in collapsed sidebar (#7613)
1 parent 3c09205 commit f7ac0e5

1 file changed

Lines changed: 4 additions & 28 deletions

File tree

webviews/editorWebview/index.css

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1525,6 +1525,7 @@ svg.octicon path {
15251525
align-items: center;
15261526
min-width: 0;
15271527
overflow: hidden;
1528+
height: 22px;
15281529
}
15291530

15301531
.collapsed-section-label {
@@ -1547,28 +1548,13 @@ svg.octicon path {
15471548
white-space: nowrap;
15481549
border-radius: 20px;
15491550
padding: 0px 6px;
1550-
font-size: 12px;
1551+
font-size: 13px;
15511552
margin-right: 2px;
15521553
}
15531554

15541555
.pill-overflow {
15551556
color: var(--vscode-descriptionForeground);
1556-
font-size: 11px;
1557-
margin-left: 4px;
1558-
flex-shrink: 0;
1559-
white-space: nowrap;
1560-
}
1561-
1562-
.pill-stack {
1563-
position: relative;
1564-
display: inline-block;
1565-
min-height: 20px;
1566-
flex-shrink: 1;
1567-
}
1568-
1569-
.pill-overflow {
1570-
color: var(--vscode-descriptionForeground);
1571-
font-size: 12px;
1557+
font-size: 13px;
15721558
margin-left: 4px;
15731559
flex-shrink: 0;
15741560
white-space: nowrap;
@@ -1578,19 +1564,9 @@ svg.octicon path {
15781564
position: absolute;
15791565
}
15801566

1581-
.collapsed-section .stacked-avatar {
1582-
top: -10px;
1583-
}
1584-
1585-
.stacked-pill {
1586-
border-radius: 20px;
1587-
padding: 0px 6px;
1588-
font-size: 12px;
1589-
margin-right: 2px;
1590-
}
1591-
15921567
.avatar-stack {
15931568
position: relative;
1569+
height: 22px;
15941570
}
15951571

15961572
.collapsible-label-see-more {

0 commit comments

Comments
 (0)