dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit f67c0dfbe31b4ea6a62a42a6c277b8bd72cbe978
parent 61c19e9c5e8c8cfe23c5c76ab76d2ee33006c46f
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Mon,  4 Dec 2023 02:13:49 -0500

fix code

Diffstat:
Mpkg/web/handlers/handlers.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/web/handlers/handlers.go b/pkg/web/handlers/handlers.go @@ -900,7 +900,7 @@ body { position: absolute; top: 0; left: 0; - transform: rotateY( 180deg ) translateX(-250px) translateY(30px); + transform: translateX(250px) translateY(30px) rotateY(180deg); transform-style: preserve-3d; backface-visibility: hidden; width:50px;