diff options
author | Ajay <[email protected]> | 2024-02-27 22:13:58 -0500 |
---|---|---|
committer | Ajay <[email protected]> | 2024-02-27 22:13:58 -0500 |
commit | 1909e66c87fad875ac22683e524071fc88fb97dc (patch) | |
tree | 6401875cdabd9d2a06347f44446dd109072e3dbe /public/content.css | |
parent | 5f8447ec6be56dd24bc45d3c5f6399499946a022 (diff) | |
download | SponsorBlock-1909e66c87fad875ac22683e524071fc88fb97dc.tar.gz SponsorBlock-1909e66c87fad875ac22683e524071fc88fb97dc.zip |
Move category pill to top if on description on right layout
Diffstat (limited to 'public/content.css')
-rw-r--r-- | public/content.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/public/content.css b/public/content.css index 285ba11d..7dd3c33f 100644 --- a/public/content.css +++ b/public/content.css @@ -780,6 +780,18 @@ input::-webkit-inner-spin-button { line-height: 1.5em; } +/* Description on right layout */ +#title > #categoryPillParent { + font-size: 2rem; + font-weight: bold; + display: flex; + justify-content: center; + line-height: 2.8rem; +} +#title > #categoryPillParent > #categoryPill.cbPillOpen { + margin-bottom: 5px; +} + #categoryPillParent { height: fit-content; margin-top: auto; |