aboutsummaryrefslogtreecommitdiffhomepage
path: root/public/content.css
diff options
context:
space:
mode:
authorAjay <[email protected]>2024-02-27 22:13:58 -0500
committerAjay <[email protected]>2024-02-27 22:13:58 -0500
commit1909e66c87fad875ac22683e524071fc88fb97dc (patch)
tree6401875cdabd9d2a06347f44446dd109072e3dbe /public/content.css
parent5f8447ec6be56dd24bc45d3c5f6399499946a022 (diff)
downloadSponsorBlock-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.css12
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;