dkforest

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

commit 01a59f23c1f0b489fa77a4f72520fe6dc6d64a46
parent cb7d2e14114cd0f5035efdcf129cadae104b02cc
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 31 May 2023 19:03:56 -0700

fix css

Diffstat:
Mpkg/web/public/views/pages/chat.gohtml | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/pkg/web/public/views/pages/chat.gohtml b/pkg/web/public/views/pages/chat.gohtml @@ -20,7 +20,9 @@ #chat-controls { border: 0; width: 100%; - height: 27px; + height: 30px; + position: absolute; + bottom: 0; } #chat-menu { border: 0;