Skip to content

Commit

Permalink
Youtube Theater 1.2.4 release
Browse files Browse the repository at this point in the history
## v1.2.4 ... (02 NOVEMBER 19)

### Fixes:
`+` Fixed main video container as previous rules worked on the subscriptions page, but not on Home page. Now using different rules that seem to work for both.
  • Loading branch information
JourneyOver committed Nov 2, 2019
1 parent 5008645 commit d38827e
Show file tree
Hide file tree
Showing 9 changed files with 1,055 additions and 689 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# YouTube Theater Changelog

## v1.2.4 ... (02 NOVEMBER 19)

### Fixes:
`+` Fixed main video container as previous rules worked on the subscriptions page, but not on Home page. Now using different rules that seem to work for both.

## v1.2.3 ... (01 AUGUST 19)

### Fixes:
Expand Down
2 changes: 1 addition & 1 deletion css/optionals/min/wide-video-container.min.css

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

6 changes: 3 additions & 3 deletions css/optionals/wide-video-container.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*::: Wide Video Container :::*/
ytd-app #page-manager > ytd-browse:not([page-subtype="playlist"]) ytd-two-column-browse-results-renderer.ytd-browse {
margin: 10px !important;
box-sizing: border-box !important;
width: auto !important;
margin: 10px;
box-sizing: border-box;
width: calc(100% - 20px) !important;
}
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: "\A Youtube Theater - Version 1.2.3";
content: "\A Youtube Theater - Version 1.2.4";
}

::-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 Theater
@version 1.2.3
@version 1.2.4
@description Expands videos to fill all free space inside browser window.
@namespace https://github.com/StylusThemes
@author StylusThemes <https://github.com/StylusThemes>
Expand Down
Loading

0 comments on commit d38827e

Please sign in to comment.