1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:14:40 -05:00

make it better :p

This commit is contained in:
Ashley 2022-12-14 15:32:18 +00:00
parent ab7d4310fc
commit aa7a577902

View file

@ -321,10 +321,7 @@ a {
.video-player-container { .video-player-container {
max-width: max-content; max-width:inherit ;
margin: inherit; margin: inherit;
max-height: fit-content; max-height: inherit;
max-height: -moz-fit-content;
aspect-ratio: inherit;
} }