mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 10:38:25 +01:00
add maximise!!!
This commit is contained in:
parent
4304099260
commit
a0b7dfd322
1 changed files with 16 additions and 0 deletions
|
@ -709,3 +709,19 @@ marquee {
|
|||
font-stretch: extra-expanded;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.mini {
|
||||
display:none;
|
||||
}
|
||||
|
||||
|
||||
#video {
|
||||
object-fit:initial;
|
||||
}
|
||||
|
||||
#video:target {
|
||||
object-fit:none;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in a new issue