fix video page title

This commit is contained in:
Kentai Radiquum 2025-02-02 23:48:09 +05:00
parent be77294d73
commit 8b6e0cbebb
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 5 additions and 2 deletions

View file

@ -527,6 +527,9 @@
.invisible {
visibility: hidden;
}
.visible {
visibility: visible;
}
.absolute {
position: absolute;
}