Skip to content

Commit

Permalink
Fix mismapping of padding properties
Browse files Browse the repository at this point in the history
piroor committed Jan 6, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 369b070 commit cb629d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webextensions/sidebar/styles/base.css
Original file line number Diff line number Diff line change
@@ -1220,8 +1220,8 @@ tab-item.faviconized .contextual-identity-marker {
left: 0;
line-height: 1;
opacity: 0;
padding-block: calc(var(--svg-small-icon-size) * 0.25) 0;
padding-inline: calc(var(--svg-small-icon-size) * 0.25) 0;
padding-block: calc(var(--svg-small-icon-size) * 0.25);
padding-inline: 0;
pointer-events: none;
position: fixed;
transition: opacity var(--collapse-animation);

0 comments on commit cb629d4

Please sign in to comment.