Skip to content

Commit

Permalink
[extension] adjust popup height
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodytrash committed Jun 30, 2022
1 parent d758938 commit ea63d67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/extension/multi-page-menu.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#multi-page-menu {
display: grid;
height: 360px;
height: 300px;
width: 350px;
overflow: clip;
}
Expand Down
2 changes: 1 addition & 1 deletion src/extension/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
}

#multi-page-menu .menu-item.button.danger {
margin-top: 12px;
margin-top: 10px;
text-align: center;
background: hsl(0deg 96% 62% / 10%);
color: #f54545;
Expand Down

0 comments on commit ea63d67

Please sign in to comment.