Skip to content

Commit

Permalink
Show border of faviconized correctly on RTL environment #3689
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 6, 2025
1 parent f232d89 commit e105198
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webextensions/sidebar/styles/photon/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ tab-item,
margin-block-end: -1px;
}

tab-item.pinned tab-item-substance {
:root:not(.rtl) tab-item.pinned tab-item-substance {
border-width: 0 1px 1px 0;
}
:root.rtl tab-item.pinned tab-item-substance {
border-width: 0 0 1px 1px;
}


.after-tabs button,
Expand Down

0 comments on commit e105198

Please sign in to comment.