Clean up area under video and add Theater toggle

This commit is contained in:
Korbs
2024-05-01 17:32:08 -04:00
parent 7db35edfda
commit 83d06e8584
2 changed files with 82 additions and 89 deletions

View File

@@ -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{