Skip to content

Commit

Permalink
Merge pull request #128 from modos189/popup-size
Browse files Browse the repository at this point in the history
The popup window is made a little bigger
  • Loading branch information
modos189 authored Feb 1, 2024
2 parents bc4f9a9 + 03ab8c5 commit 223ddf0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/popup/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ export default {
<style>
body {
cursor: default;
min-width: 325px;
min-height: 513px;
min-width: 350px;
min-height: 520px;
overflow: hidden;
margin: 0;
color: #222;
Expand All @@ -85,8 +85,8 @@ body {
}

#app {
width: 315px;
height: 513px;
width: 350px;
height: 520px;
overflow: hidden;
/*transform: translateZ(0); * hack of popup size in safari *!*/
}
Expand Down
1 change: 1 addition & 0 deletions src/popup/components/SectionOptions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ h2:first-letter {
display: flex;
flex-direction: column;
height: 100%;
max-height: 520px;
}
.settings {
justify-content: space-around;
Expand Down

0 comments on commit 223ddf0

Please sign in to comment.