Skip to content

Commit e105198

Browse files
committed
Show border of faviconized correctly on RTL environment #3689
1 parent f232d89 commit e105198

File tree

1 file changed

+4
-1
lines changed
  • webextensions/sidebar/styles/photon

1 file changed

+4
-1
lines changed

webextensions/sidebar/styles/photon/base.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ tab-item,
2222
margin-block-end: -1px;
2323
}
2424

25-
tab-item.pinned tab-item-substance {
25+
:root:not(.rtl) tab-item.pinned tab-item-substance {
2626
border-width: 0 1px 1px 0;
2727
}
28+
:root.rtl tab-item.pinned tab-item-substance {
29+
border-width: 0 0 1px 1px;
30+
}
2831

2932

3033
.after-tabs button,

0 commit comments

Comments
 (0)