Skip to content

Commit

Permalink
Don't slice built-in icons to multiple columns #3361
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 25, 2024
1 parent 06eb5fb commit dc3b45b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webextensions/resources/group-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@
li.use-default-favicon .default-favicon,
li.favicon-loading .default-favicon {
background: var(--text-color);
break-inside: avoid; /* This is required to avoid unexpected slicing. See also: https://github.com/piroor/treestyletab/issues/3361 */
display: inline-block;
mask: url("./icons/defaultFavicon.svg") no-repeat center / 100%;
}
Expand Down

0 comments on commit dc3b45b

Please sign in to comment.