This commit is contained in:
Kentai Radiquum 2025-02-10 00:21:50 +05:00
parent 473daa482f
commit 1519ec7bb8
Signed by: Radiquum
GPG key ID: 858E8EE696525EED

View file

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