Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 2a43a73

Browse files
committed
fix: tab icon display is clipped
1 parent c4eb444 commit 2a43a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ui/stylesheets/components/_frame-tab.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010

1111
.c-frame-tab__icon {
1212
width: 16px;
13-
height: 16px;
13+
line-height: 16px;
1414
font-size: 16px;
15+
margin-top: ($browser-tabbar-line-height - 16px) / 2;
1516
}
1617

1718
.c-frame-tab__text {

0 commit comments

Comments
 (0)