1
Fork 0

add maximise!!!

This commit is contained in:
Ashley 2023-01-19 22:30:08 +00:00
parent 989412030e
commit 581e4da2b6

View file

@ -709,3 +709,19 @@ marquee {
font-stretch: extra-expanded;
font-weight: 900;
}
.mini {
display:none;
}
#video {
object-fit:initial;
}
#video:target {
object-fit:none;
}