Skip to content

Commit 2c8ff06

Browse files
committed
fixed ui
1 parent ad27baa commit 2c8ff06

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

crx/extension.crx

4 Bytes
Binary file not shown.

crx/extension/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
"name": "Userscript+ for Tampermonkey",
55
"description": "Show current site all UserJS,The easier way to install UserJs for Tampermonkey.",
6-
"version": "1.4",
6+
"version": "1.4.1",
77
"author": "Jaeger <JaegerCode@gmail.com>",
88
"homepage_url": "https://github.com/jae-jae/Userscript-Plus",
99
"icons": {

crx/extension/popup.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crx/src/App.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
</script>
1616

1717
<style>
18+
body {
19+
width: 798px;
20+
}
1821
#app {
1922
position: fixed;
2023
width: 100%;

0 commit comments

Comments
 (0)