Skip to content

Commit

Permalink
Youtube Theater 1.2.10 release
Browse files Browse the repository at this point in the history
## v1.2.10 ... (31 AUGUST 21)

### Fixes:
`+` Fix Stretch Video To Fill Player for some videos as I had missed a `;`
  • Loading branch information
JourneyOver committed Aug 31, 2021
1 parent e6b4646 commit 60065f3
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# YouTube Tweaks Changelog

## v1.2.10 ... (31 AUGUST 21)

### Fixes:
`+` Fix Stretch Video To Fill Player for some videos as I had missed a `;`

## v1.2.9 ... (08 JULY 21)

### Note:
Expand Down
2 changes: 1 addition & 1 deletion css/optionals/min/stretch-video.min.css

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

2 changes: 1 addition & 1 deletion css/optionals/stretch-video.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
video {
position: static !important;
width: 100% !important;
height: 100vh !important
height: 100vh !important;
transform: scaleX(1) !important;

object-fit: fill !important;
Expand Down
2 changes: 1 addition & 1 deletion css/theme/theme.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#copyright div::after {
white-space: pre;
content: "\aYoutube Tweaks - Version 1.2.9";
content: "\aYoutube Tweaks - Version 1.2.10";
}

::-webkit-scrollbar {
Expand Down
2 changes: 1 addition & 1 deletion css/usercss-template.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name Youtube Tweaks
@version 1.2.9
@version 1.2.10
@description Expands videos to fill all free space inside browser window.
@namespace https://github.com/StylusThemes
@author StylusThemes <https://github.com/StylusThemes>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-tweaks",
"title": "Youtube Tweaks",
"version": "1.2.9",
"version": "1.2.10",
"description": "Tweaks for Youtube!",
"license": "CC-BY-SA-4.0",
"repository": "StylusThemes/YouTube-Tweaks",
Expand Down
2 changes: 1 addition & 1 deletion sass/partials/_version.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
div {
&::after {
white-space: pre;
content: "\A Youtube Tweaks - Version 1.2.9";
content: "\A Youtube Tweaks - Version 1.2.10";
}
}
}
6 changes: 3 additions & 3 deletions style.user.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* ==UserStyle==
@name Youtube Tweaks
@version 1.2.9
@version 1.2.10
@description Expands videos to fill all free space inside browser window.
@namespace https://github.com/StylusThemes
@author StylusThemes <https://github.com/StylusThemes>
Expand All @@ -18,7 +18,7 @@ VMaxWidthN "No" <<<EOT
@advanced dropdown SVTFP "Stretch Video To Fill Player?" {
SVTFPY "Yes" <<<EOT
video{position:static!important;width:100%!important;height:100vh !important transform: scaleX(1)!important;object-fit:fill!important} EOT;
video{position:static!important;width:100%!important;height:100vh!important;transform:scaleX(1)!important;object-fit:fill!important} EOT;
SVTFPN "No" <<<EOT
EOT;
}
Expand Down Expand Up @@ -54,7 +54,7 @@ ytd-app #page-manager>ytd-browse:not([page-subtype=playlist]){display:block}ytd-
@-moz-document domain("youtube.com") {
#copyright div::after {
white-space: pre;
content: "\aYoutube Tweaks - Version 1.2.9";
content: "\aYoutube Tweaks - Version 1.2.10";
}

::-webkit-scrollbar {
Expand Down

0 comments on commit 60065f3

Please sign in to comment.