Skip to content

Commit

Permalink
Set the max width to fit the whole content (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszKlonowski authored Nov 18, 2024
1 parent 9e532ef commit af35be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/popup/Main.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
html, body {
margin: 0;
padding: none;
max-width: 500px;
max-width: fit-content;
}

.hidden {
Expand Down

0 comments on commit af35be4

Please sign in to comment.