Skip to content

Commit

Permalink
Update production build and bump extension version
Browse files Browse the repository at this point in the history
  • Loading branch information
blmage committed Oct 18, 2021
1 parent 918eecf commit 6fc252b
Show file tree
Hide file tree
Showing 7 changed files with 107 additions and 107 deletions.
198 changes: 99 additions & 99 deletions dist/assets/css/popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -2687,105 +2687,6 @@

/*# sourceMappingURL=primeflex.css.map */

body {
margin: 0;
padding: 10px;
overflow-x: hidden;
}

#container {
position: relative;
width: 350px;
}

@supports (-moz-appearance: none) {
#container {
margin-right: 18px;
}
}

.loader-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
z-index: 1;
}

.loader-wrapper {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.p-accordion-header-text .pi {
margin: 0 .5em;
}

.p-field {
margin-bottom: .5rem;
}

.p-field > h4 {
white-space: nowrap;
}

.p-field > h4 > .p-text-normal {
font-size: .825em;
}

.p-field:nth-child(even) {
background: #f4f4f4;
margin-left: -1em;
margin-right: -1em;
padding-left: .5em;
padding-right: .5em;
}

.p-button + .p-slider {
flex: 1;
margin: 1rem;
}

@keyframes p-progress-spinner-color {
100%, 0% {
stroke: #1cb0f6;
}

33% {
stroke: #fec701;
}

66% {
stroke: #ff4b4b;
}
}

.p-field .p-togglebutton {
margin-left: 10px;
transform: scale(0.75);
transform-origin: right;
}

.p-accordion-content {
padding: 0 !important;
}

.p-setting-tab-header {
flex: 1;
}

.p-setting-tab-header .p-tabview-nav-link {
justify-content: center;
}

.p-button-icon.pi-volume-up {
font-size: 1.25em;
}

@font-face {
font-family: 'primeicons';
font-display: auto;
Expand Down Expand Up @@ -3648,4 +3549,103 @@ body {

.pi-spinner:before {
content: "\e926";
}

body {
margin: 0;
padding: 10px;
overflow-x: hidden;
}

#container {
position: relative;
width: 350px;
}

@supports (-moz-appearance: none) {
#container {
margin-right: 18px;
}
}

.loader-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.7);
z-index: 1;
}

.loader-wrapper {
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}

.p-accordion-header-text .pi {
margin: 0 .5em;
}

.p-field {
margin-bottom: .5rem;
}

.p-field > h4 {
white-space: nowrap;
}

.p-field > h4 > .p-text-normal {
font-size: .825em;
}

.p-field:nth-child(even) {
background: #f4f4f4;
margin-left: -1em;
margin-right: -1em;
padding-left: .5em;
padding-right: .5em;
}

.p-button + .p-slider {
flex: 1;
margin: 1rem;
}

@keyframes p-progress-spinner-color {
100%, 0% {
stroke: #1cb0f6;
}

33% {
stroke: #fec701;
}

66% {
stroke: #ff4b4b;
}
}

.p-field .p-togglebutton {
margin-left: 10px;
transform: scale(0.75);
transform-origin: right;
}

.p-accordion-content {
padding: 0 !important;
}

.p-setting-tab-header {
flex: 1;
}

.p-setting-tab-header .p-tabview-nav-link {
justify-content: center;
}

.p-button-icon.pi-volume-up {
font-size: 1.25em;
}
2 changes: 1 addition & 1 deletion dist/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Duolingo Sound Controls",
"version": "1.1.0",
"version": "1.2.0",
"description": "Provides fine-grained sound controls for Duolingo.",
"permissions": [
"activeTab",
Expand Down
2 changes: 1 addition & 1 deletion dist/src/background.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/src/observer.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/src/popup.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A browser extension providing fine-grained sound controls for Duolingo.",
"license": "MIT",
"author": "blmage",
"version": "1.1.0",
"version": "1.2.0",
"homepage": "https://github.com/blmage/duolingo-sound-controls",
"scripts": {
"build": "rollup -c --environment production",
Expand Down

0 comments on commit 6fc252b

Please sign in to comment.