Skip to content

Commit

Permalink
調整 選單 button 位置
Browse files Browse the repository at this point in the history
  • Loading branch information
joe committed Aug 5, 2023
1 parent 049e5d5 commit ddbd565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions js/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -1163,12 +1163,17 @@ function findGroupAndIndex(promptId) {
}
.collapse-button {
position: fixed;
bottom: 0px;
right:0px;
bottom: 220px;
right: 10px;
display:none;
padding:12px;
cursor:pointer;
}
@media only screen and (max-width: 980px) {
.collapse-button {
right: 0px;
}
}
.collapse-button svg{
height:22px;
width:22px;
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"author": "Joe",
"version": "1.0.3",
"version": "1.0.4",
"default_locale": "en",
"icons": {
"16": "images/icon/16.png",
Expand Down

0 comments on commit ddbd565

Please sign in to comment.