Skip to content

Commit 02b6e57

Browse files
committed
just some extra things
1 parent fd74774 commit 02b6e57

File tree

5 files changed

+33
-17
lines changed

5 files changed

+33
-17
lines changed

css/2006.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,16 @@
337337
/* MUTE */
338338
.ytp-button.ytp-mute-button[title="Unmute (m)"] {
339339
background: url('chrome-extension://__MSG_@@extension_id__/img/2006/volume-button-mute.png') !important;
340+
background-position: center center !important;
341+
background-repeat: no-repeat !important;
342+
background-size: 20px !important;
340343
}
341344

342345
.ytp-button.ytp-mute-button[data-title-no-tooltip="Unmute"]:hover {
343-
background: url('chrome-extension://__MSG_@@extension_id__/img/2006/volume-button.png');
346+
background: url('chrome-extension://__MSG_@@extension_id__/img/2006/volume-button.png') !important;
347+
background-position: center center !important;
348+
background-repeat: no-repeat !important;
349+
background-size: 20px !important;
344350
}
345351

346352
/* ################################# */

css/2010.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -408,8 +408,6 @@
408408
top: 37.5%;
409409
}
410410

411-
/* TODO: Weirdness happening here, investigate further! */
412-
413411
.ytp-volume-slider-handle::before {
414412
width: 58px;
415413
background: var(--pt-volume-slider);
@@ -427,16 +425,16 @@
427425
margin-top: 0px !important;
428426
height: 14px !important;
429427
width: 5px !important;
430-
background: rgb(226, 226, 226);
428+
background: rgb(220, 220, 220);
431429
border-radius: 0px !important;
432430
}
433431

434432
.ytp-big-mode .ytp-volume-slider-handle::after {
435-
left: 0px;
433+
left: 6px;
436434
}
437435

438436
.ytp-big-mode .ytp-volume-slider-handle:before {
439-
width: 93px;
437+
width: 88px;
440438
height: 4px !important;
441439
}
442440

html/popup.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ body {
122122

123123

124124
#yt-html5-menu .menu-option select {
125+
color: black;
126+
background: white;
125127
position: relative;
126128
width: 8em;
127129
left: calc(100% - 8em);
@@ -218,6 +220,7 @@ body {
218220

219221

220222
#yt-html5-menu .menu-apply-overwrite-button {
223+
color: white;
221224
background: #f48c8c;
222225
font-weight: bold;
223226
width: 100%;

html/update.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,11 @@
3030
<div class="text">
3131
<!-- <b>New updates to the <a href="extensions.html">Extension Support page</a>! Please check it to see if you need to do manual configuration for your extensions!</b>
3232
<br> -->
33-
<div class="v1dot8">
33+
<div class="v1dot8dot1">
3434
<h1>PlayerTube has been updated!</h1>
35-
<h3>Some year names have been changed and they are listed below.</h3>
36-
<div style="margin-bottom: 12px;">This update shouldn't have taken so long, but I've working on other stuff recently!!</div>
3735
<ul>
38-
<li><b>Renamed the 2012 theme to 2013 & 2011 to 2012</b> because of <a href="https://i.imgur.com/jqa9TkR.jpeg">this image</a> (that's new to me).</li>
39-
<li>Change of placement for the <kbd>Change year of Player</kbd> settings option.</li>
40-
<li><b>Fixed the "TrustedTypes" issue with the resize script.</b></li>
41-
<li><b>Added <a href="https://vorapis.pages.dev/#/">Project V3</a> support</b>, somewhat. Only the 2013 & 2012 theme & custom themes are supported. As of currently. There is no manual configuration needed for this extension.</li>
42-
<li>Added <a href="https://github.com/ktg5/PlayerTube/issues/28">#28 -- "[ Feature Request ] add a toggle for the custom loading icon"</a> under <kbd>Toggle the loading spinner [...]</kbd>.</li>
43-
<li>(Added in 1.8.0.1)Fixed <a href="https://github.com/ktg5/PlayerTube/issues/31">#31 -- "[ Bug ] When in theater mode theres a slight black bar under the player"</a>.</li>
44-
<li>A lot of CSS improvements.</li>
36+
<li>Added <a href="https://github.com/ktg5/PlayerTube/pull/32">#32 -- Fix volume sliders for all themes</a> + additional fixes by myself. (hi ladd you're on here now)</li>
37+
<li>Fixed styling on extension popup.</li>
4538
</ul>
4639
</div>
4740

@@ -59,6 +52,22 @@ <h3>Some year names have been changed and they are listed below.</h3>
5952
<br>
6053

6154
<h2>Past versions...</h2>
55+
<div class="v1dot8">
56+
<div style="font-weight: 600;">v1.8</div>
57+
<div style="margin-bottom: 12px;">This update shouldn't have taken so long, but I've working on other stuff recently!!</div>
58+
<ul>
59+
<li><b>Renamed the 2012 theme to 2013 & 2011 to 2012</b> because of <a href="https://i.imgur.com/jqa9TkR.jpeg">this image</a> (that's new to me).</li>
60+
<li>Change of placement for the <kbd>Change year of Player</kbd> settings option.</li>
61+
<li><b>Fixed the "TrustedTypes" issue with the resize script.</b></li>
62+
<li><b>Added <a href="https://vorapis.pages.dev/#/">Project V3</a> support</b>, somewhat. Only the 2013 & 2012 theme & custom themes are supported. As of currently. There is no manual configuration needed for this extension.</li>
63+
<li>Added <a href="https://github.com/ktg5/PlayerTube/issues/28">#28 -- "[ Feature Request ] add a toggle for the custom loading icon"</a> under <kbd>Toggle the loading spinner [...]</kbd>.</li>
64+
<li>(Added in 1.8.0.1) Fixed <a href="https://github.com/ktg5/PlayerTube/issues/31">#31 -- "[ Bug ] When in theater mode theres a slight black bar under the player"</a>.</li>
65+
<li>A lot of CSS improvements.</li>
66+
</ul>
67+
</div>
68+
69+
<br>
70+
6271
<div class="v1dot7dot2">
6372
<div style="font-weight: 600;">v1.7.2</div>
6473
<ul>

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": 3,
33
"name": "PlayerTube",
44
"description": "The secret ingredient for a older (and better) looking YouTube.",
5-
"version": "1.8.0.1",
5+
"version": "1.8.1",
66
"homepage_url": "https://github.com/ktg5/PlayerTube",
77

88
"background": {

0 commit comments

Comments
 (0)