Skip to content

Commit

Permalink
Merge pull request #32 from Louis-Ladd/main
Browse files Browse the repository at this point in the history
very
  • Loading branch information
ktg5 authored Jan 4, 2025
2 parents 4595029 + 161e08e commit fd74774
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 13 deletions.
19 changes: 11 additions & 8 deletions css/2006.css
Original file line number Diff line number Diff line change
Expand Up @@ -360,14 +360,6 @@
display: inline-block !important;
width: 46px !important;
}

.ytp-big-mode .ytp-volume-area .ytp-volume-panel {
display: inline-block !important;
width: 66px !important;
position: relative;
top: 2px;
}

.ytp-chrome-bottom .ytp-volume-area:before {
content: '';
display: block;
Expand Down Expand Up @@ -406,6 +398,17 @@
background: rgb(135, 135, 135);
}

.ytp-big-mode .ytp-volume-area .ytp-volume-panel {
display: inline-block !important;
width: 66px !important;
position: relative;
top: 2px;
}

.ytp-big-mode .ytp-volume-slider-handle::before {
left: -96px;
}

/* ################################# */

/* RIGHT CONTROLS */
Expand Down
11 changes: 9 additions & 2 deletions css/2010.css
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,10 @@
top: 37.5%;
}

/* TODO: Weirdness happening here, investigate further! */

.ytp-volume-slider-handle::before {
width: 58px;
background: var(--pt-volume-slider);
height: 5px;
}
Expand All @@ -424,12 +427,16 @@
margin-top: 0px !important;
height: 14px !important;
width: 5px !important;
background: rgb(221, 221, 221);
background: rgb(226, 226, 226);
border-radius: 0px !important;
}

.ytp-big-mode .ytp-volume-slider-handle::after {
left: 0px;
}

.ytp-big-mode .ytp-volume-slider-handle:before {
width: 64px;
width: 93px;
height: 4px !important;
}

Expand Down
7 changes: 6 additions & 1 deletion css/2012.css
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,7 @@
}

.ytp-volume-slider-handle::before {
width: 58px;
background: var(--pt-volume-slider);
height: 5px;
}
Expand All @@ -459,10 +460,14 @@
}

.ytp-big-mode .ytp-volume-slider-handle:before {
width: 64px;
width: 86px;
height: 4px !important;
}

.ytp-big-mode .ytp-volume-slider-handle::after {
left: 0px;
}

/* ################################# */

/* RIGHT BUTTONS */
Expand Down
9 changes: 7 additions & 2 deletions css/2013.css
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@
}

.ytp-volume-slider-handle::before {
width: 58px;
background: var(--pt-main-colour);
height: 4px;
}
Expand All @@ -359,11 +360,15 @@
top: 20%;
}

.ytp-big-mode .ytp-volume-slider-handle:before {
width: 64px;
.ytp-big-mode .ytp-volume-slider-handle::before {
width: 86px;
height: 4px !important;
}

.ytp-big-mode .ytp-volume-slider-handle::after {
left: 6px;
}

/* ################################# */

/* RIGHT BUTTONS */
Expand Down

0 comments on commit fd74774

Please sign in to comment.