Age | Commit message (Collapse) | Author |
|
A white border appears around the frame while the credits are in
minimised mode. This is visible on the top and left sides of the frame.
Since we automatically click on the video, the white border only appears
for a second or less, but it's still visually jarring, all the more
because it shifts the position of the video.
Remove the white border, ensuring it never appears.
|
|
The age advisory ratings weren't properly hidden. Probably due to CSS
specificity. Add `!important` to ensure that the elements we want to
hide are always hidden.
|
|
|
|
|
|
|
|
Since we set `visibility: hidden` for all elements, combine them all
into a single CSS rule.
|
|
|
|
|
|
This button appears now when the credits of TV series start playing.
|
|
I had initialised the `stylesheet` variable before the element existed
in the DOM.
|
|
Start to establish a bit of separation and organisation.
|