Skip to content

Commit 1c1cc9c

Browse files
committed
bump version and bugfix
1 parent a033dbb commit 1c1cc9c

File tree

13 files changed

+14
-13
lines changed

13 files changed

+14
-13
lines changed
File renamed without changes.
File renamed without changes.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"web_accessible_resources": [
99
{
1010
"matches": ["\u003Call_urls>"],
11-
"resources": ["src/assets/active.png", "src/assets/inactive.png"]
11+
"resources": ["assets/active.png", "assets/inactive.png"]
1212
}
1313
]
1414
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@movie-web/extension",
33
"displayName": "P-Stream extension",
4-
"version": "1.3.1",
4+
"version": "1.3.2",
55
"description": "Enhance your streaming experience with just one click",
66
"author": "P-Stream",
77
"scripts": {
@@ -61,8 +61,8 @@
6161
"web_accessible_resources": [
6262
{
6363
"resources": [
64-
"src/assets/active.png",
65-
"src/assets/inactive.png"
64+
"assets/active.png",
65+
"assets/inactive.png"
6666
],
6767
"matches": [
6868
"<all_urls>"

src/Popup.css

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
@import url("./font.css");
22

33
html {
4-
min-height: 300px;
5-
min-width: 300px;
6-
height: 100%;
4+
height: 300px;
5+
width: 300px;
76
}
87

98
body {
@@ -18,8 +17,11 @@ body {
1817
height: 100%;
1918
width: 100%;
2019
display: flex;
20+
flex-direction: column;
2121
justify-content: center;
2222
align-items: center;
23+
padding: 20px;
24+
box-sizing: border-box;
2325
}
2426

2527
#__plasmo {

src/components/SetupScreen.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
.setup-screen .icon {
3131
/* background-color: #0b0b1b77; */
3232
color: #8288FE;
33-
/* height: 40px; */
34-
/* font-size: 20px; */
33+
height: 40px;
3534
font-size: 40px;
3635
/* width: 40px; */
3736
/* border-radius: 9999px; */

0 commit comments

Comments
 (0)