Skip to content

Commit 600b4b2

Browse files
committed
1.9.2 - Small fixes
1 parent 7a884ed commit 600b4b2

File tree

12 files changed

+270
-216
lines changed

12 files changed

+270
-216
lines changed

dist/assets/css/main.css

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,8 +630,8 @@ a:active {
630630
transform: translate(-50%, -50%);
631631
}
632632

633-
.player-buttons button :not(#play-song):active {
634-
transform: scale(1.4);
633+
.player-buttons button:not(#play-song):active {
634+
transform: scale(1.2);
635635
}
636636

637637
.player-buttons #play-song {
@@ -1933,6 +1933,10 @@ iframe {
19331933
color: var(--c-white);
19341934
}
19351935

1936+
#app-container.light-mode #play-song {
1937+
color: var(--c-white);
1938+
}
1939+
19361940
#app-container.light-mode .current-video-stats p,
19371941
#app-container.light-mode .current-video-name {
19381942
color: var(--c-black);
@@ -1947,6 +1951,15 @@ iframe {
19471951
color: var(--c-black);
19481952
}
19491953

1954+
#app-container.light-mode .current-video-range-max-value, #app-container.light-mode .current-video-range-value {
1955+
color: var(--c-black);
1956+
}
1957+
1958+
#app-container.light-mode .volume-input-container,
1959+
#app-container.light-mode .duration-range-container {
1960+
background-color: var(--c-soft-gray);
1961+
}
1962+
19501963
#app-container.light-mode .settingsForm {
19511964
background-color: var(--c-soft-gray);
19521965
color: var(--c-black);

dist/inline.bundle.js.map

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

dist/main.bundle.js

Lines changed: 11 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js.map

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

0 commit comments

Comments
 (0)