Skip to content

Commit

Permalink
Reposition container markers only for non-faviconized tabs (#15)
Browse files Browse the repository at this point in the history
(close #14)
  • Loading branch information
piroor committed Nov 11, 2021
1 parent dfabeb7 commit 7ed0839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/background/index.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const TST = tstApi({
:root.left .tab.tst-search\:searching:not(.pinned)::after { padding: 0 5px 0 0px; }
tab-item { flex-direction: row; }
tab-item-substance { flex-grow: 1; /* position: static; */ }
:root.right .contextual-identity-marker { position: absolute; left: 0px; }
:root.left .contextual-identity-marker { position: absolute; right: 0px; }
:root.right tab-item:not(.faviconized) .contextual-identity-marker { position: absolute; left: 0px; }
:root.left tab-item:not(.faviconized) .contextual-identity-marker { position: absolute; right: 0px; }
`,
subPanel: {
title: manifest.name,
Expand Down

0 comments on commit 7ed0839

Please sign in to comment.