diff --git a/css/poketube.css b/css/poketube.css index ef0fc5d7..9e31ad6f 100644 --- a/css/poketube.css +++ b/css/poketube.css @@ -783,6 +783,23 @@ a.new-button:hover { display: none; } +.pwp { + display: flex; + align-items: center; + justify-content: end; + gap: 6px; + padding: 16px 0px; +} +.pwp a, .fnt { + background: #452f37; + border-radius: 6px; + display: flex; + align-items: center; + gap: 12px; + padding: 6px 12px; + color: white; +} + .hj:checked ~ .flying_cmnt { display: grid; position: absolute; @@ -814,7 +831,7 @@ marquee { } #video:target { -object-fit:none; +object-fit:contain; } #secret-theme:target{ diff --git a/css/search.main.css b/css/search.main.css index 21d28de6..d76968e4 100644 --- a/css/search.main.css +++ b/css/search.main.css @@ -1035,3 +1035,10 @@ a.icon-button > img { width: 500px; padding: 8px; } +.search-options { + display: flex; + justify-content: space-evenly; + width: 100%; + max-width: 855px; + margin: auto; + } \ No newline at end of file diff --git a/html/poketube.ejs b/html/poketube.ejs index aafbf42a..0c231df0 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1001,95 +1001,71 @@ Privacy
- - -