dkforest

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

commit 6ed9e21a1dabf3f73c26e20687589ff3b5bd5a4c
parent 92dadaf3ff1fdde8d93e3268a38c4cad0dab0c64
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Thu, 28 Dec 2023 00:28:58 -0500

UI

Diffstat:
Mpkg/web/handlers/poker/poker.go | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go @@ -2419,10 +2419,10 @@ body { padding: 2px 3px; border-radius: 3px; } -#chat-div { position: absolute; bottom: 0px; right: 243px; width: 557px; height: 250px; z-index: 200; } +#chat-div { position: absolute; bottom: 0px; left: 0; right: 243px; min-width: 557px; height: 250px; z-index: 200; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); } #chat-top-bar { height: 57px; width: 100%; background-color: #222; } #chat-content { height: 193px; width: 100%; background-color: #222; } -#eventLogs { position: absolute; bottom: 0px; right: 0px; width: 243px; height: 250px; background-color: #444; z-index: 200; } +#eventLogs { position: absolute; bottom: 0px; right: 0px; width: 243px; height: 250px; background-color: #444; z-index: 200; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3); } #dealerToken { top: 142px; left: 714px; width: 20px; height: 20px; background-color: #ccc; border: 1px solid #333; border-radius: 11px; position: absolute; } #dealerToken .inner { padding: 2px 4px; } #dealerToken .inner:before { content: "D"; }