diff options
author | Ajay Ramachandran <[email protected]> | 2019-07-22 21:11:37 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2019-07-22 21:11:37 -0400 |
commit | 21220bf2d390669850cfe8a3b7e08c9c4a1e24f5 (patch) | |
tree | e8883c62291a8378f1669dcc43331b81110627ed /content.css | |
parent | 1040868ebb1c28da539d4821510fad33e69aa5b1 (diff) | |
download | SponsorBlock-21220bf2d390669850cfe8a3b7e08c9c4a1e24f5.tar.gz SponsorBlock-21220bf2d390669850cfe8a3b7e08c9c4a1e24f5.zip |
Added support for Firefox.
Diffstat (limited to 'content.css')
-rw-r--r-- | content.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/content.css b/content.css index 6126768a..c4e8e7bf 100644 --- a/content.css +++ b/content.css @@ -1,4 +1,4 @@ -.playerButton { +.playerButtonImage { height: 60%; top: 0; bottom: 0; @@ -6,6 +6,10 @@ margin: auto; } +.playerButton { + vertical-align: top; +} + .sponsorSkipObject { font-family: 'Source Sans Pro', sans-serif; } |