Skip to content

Commit

Permalink
update dist
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 27, 2023
1 parent e52b9ba commit 36c5095
Show file tree
Hide file tree
Showing 20 changed files with 1,268 additions and 692 deletions.
58 changes: 47 additions & 11 deletions dist/chrome/background.js

Large diffs are not rendered by default.

192 changes: 114 additions & 78 deletions dist/chrome/content_script.js

Large diffs are not rendered by default.

58 changes: 47 additions & 11 deletions dist/chrome/content_start.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/chrome/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "0.12.11",
"version": "0.12.12",
"default_locale": "en",
"background": {
"service_worker": "background.js"
Expand Down
190 changes: 113 additions & 77 deletions dist/chrome/options.js

Large diffs are not rendered by default.

204 changes: 120 additions & 84 deletions dist/chrome/popup.js

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions dist/chrome/styles/inject.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,3 +387,39 @@
display: block;
}



.immersive-translate-loading-spinner {
vertical-align: middle !important;
width: 10px !important;
height: 10px !important;
display: inline-block !important;
margin: 0 4px !important;
border: 2px rgba(221, 244, 255, 0.6) solid !important;
border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
border-radius: 50% !important;
padding: 0 !important;
-webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
animation: immersive-translate-loading-animation 0.6s infinite linear !important;
}

@-webkit-keyframes immersive-translate-loading-animation {
from {
-webkit-transform: rotate(0deg);
}

to {
-webkit-transform: rotate(359deg);
}
}

@keyframes immersive-translate-loading-animation {
from {
transform: rotate(0deg);
}

to {
transform: rotate(359deg);
}
}
2 changes: 1 addition & 1 deletion dist/chrome/video-subtitle/inject.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

58 changes: 47 additions & 11 deletions dist/firefox/background.js

Large diffs are not rendered by default.

192 changes: 114 additions & 78 deletions dist/firefox/content_script.js

Large diffs are not rendered by default.

58 changes: 47 additions & 11 deletions dist/firefox/content_start.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/firefox/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "__MSG_brandName__",
"description": "__MSG_brandDescription__",
"version": "0.12.11",
"version": "0.12.12",
"default_locale": "en",
"background": {
"scripts": [
Expand Down
190 changes: 113 additions & 77 deletions dist/firefox/options.js

Large diffs are not rendered by default.

204 changes: 120 additions & 84 deletions dist/firefox/popup.js

Large diffs are not rendered by default.

36 changes: 36 additions & 0 deletions dist/firefox/styles/inject.css
Original file line number Diff line number Diff line change
Expand Up @@ -387,3 +387,39 @@
display: block;
}



.immersive-translate-loading-spinner {
vertical-align: middle !important;
width: 10px !important;
height: 10px !important;
display: inline-block !important;
margin: 0 4px !important;
border: 2px rgba(221, 244, 255, 0.6) solid !important;
border-top: 2px rgba(0, 0, 0, 0.375) solid !important;
border-left: 2px rgba(0, 0, 0, 0.375) solid !important;
border-radius: 50% !important;
padding: 0 !important;
-webkit-animation: immersive-translate-loading-animation 0.6s infinite linear !important;
animation: immersive-translate-loading-animation 0.6s infinite linear !important;
}

@-webkit-keyframes immersive-translate-loading-animation {
from {
-webkit-transform: rotate(0deg);
}

to {
-webkit-transform: rotate(359deg);
}
}

@keyframes immersive-translate-loading-animation {
from {
transform: rotate(0deg);
}

to {
transform: rotate(359deg);
}
}
Loading

0 comments on commit 36c5095

Please sign in to comment.