From 5432ae4e31065785ff75063f97e8b622a698d988 Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 17 Jan 2023 21:06:38 +0000 Subject: [PATCH] lmao flying comments --- css/poketube.css | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/css/poketube.css b/css/poketube.css index ecb3087..77f7232 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -146,7 +146,8 @@ a.avatar { margin-right: 2px; } -.video-info-buttons.pill > div:nth-child(2) > .new-button, .button-encryption { +.video-info-buttons.pill > div:nth-child(2) > .new-button, +.button-encryption { margin-right: 2px; } @@ -632,7 +633,7 @@ a.new-button:hover { display: none; } -.pwp > input[type="checkbox"]:checked ~ div, +.pwp > .v:checked ~ div, .div_box:target { display: flex; margin-top: -51em; @@ -659,7 +660,7 @@ a.new-button:hover { } @media screen and (min-width: 1400px) { - .pwp > input[type="checkbox"]:checked ~ div, + .pwp > .v:checked ~ div, .div_box:target { display: flex; margin-top: -54em; @@ -680,3 +681,33 @@ a.new-button:hover { display: none !important; } } + +.flying_cmnt { + display: none; +} + +.hj:checked ~ .flying_cmnt { + display: grid; + position: absolute; + max-height: 72em; + margin-top: -31em; + margin-left: auto; + width: 68em; + margin-right: auto; + white-space: -moz-pre-wrap !important; + white-space: -pre-wrap; + white-space: -o-pre-wrap; + white-space: pre-wrap; + word-wrap: break-word; + white-space: -webkit-pre-wrap; + word-break: break-all; + white-space: normal; + max-width: 913px; +} + +marquee { + margin-top: 19px; + font-family: var(--text-font-primary); + font-stretch: extra-expanded; + font-weight: 900; +}