Skip to content

Commit

Permalink
fix popup css centering issues on chromium (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
Araxeus authored May 18, 2024
1 parent e7ccfd6 commit d17dec4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unpacked/popup/popup.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion unpacked/popup/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ body {
min-width: 350px;
overflow: hidden;
display: grid;
place-content: space-evenly;
place-content: center;
grid-row-gap: 5px;
place-items: center;

Expand Down

0 comments on commit d17dec4

Please sign in to comment.