Skip to content

Commit

Permalink
Fix mismappings #3689
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Jan 10, 2025
1 parent 84c9f59 commit 8369ad5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions webextensions/options/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body.independent {
font: caption;
margin-block: 0;
margin-inline: 0;
padding: 1em 100%;
padding-block: 1em 100%;
padding-inline: 1em;
-moz-user-select: none;
}
Expand Down Expand Up @@ -155,7 +155,7 @@ label input[type="checkbox"] ~ img {
box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.45);
display: inline-block;
height: 125px /*83px*/;
inset-inline-start: 0;
inset-inline-end: 0;
margin-inline-start: 0.5em;
opacity: 0;
pointer-events: none;
Expand Down
2 changes: 1 addition & 1 deletion webextensions/resources/group-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@
display: inline-block;
font-size: var(--throbber-size);
height: var(--throbber-size);
inset-inline-start: calc(50% - var(--throbber-size));
max-height: var(--throbber-size);
max-width: var(--throbber-size);
overflow: hidden;
Expand All @@ -240,6 +239,7 @@

position: absolute;
top: calc(50% - var(--throbber-size));
inset-inline-start: calc(50% - var(--throbber-size));
transform: scale(2, 2);
}

Expand Down
3 changes: 1 addition & 2 deletions webextensions/resources/startup.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@

.permissions {
text-align: start;
margin-inline-start: 8%;
margin-inline-end: 8%;
margin-inline: 8%;
padding-block: 0;
padding-inline: 0;
}
Expand Down

0 comments on commit 8369ad5

Please sign in to comment.