commit d064afd4f21a8cf4e20b835b2fcc38acace82e91 parent 47788945137533439b5687e8656f84e2e24db660 Author: n0tr1v <n0tr1v@protonmail.com> Date: Tue, 19 Dec 2023 22:34:04 -0500 ui Diffstat:
| M | pkg/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 @@ -2189,10 +2189,10 @@ body { padding: 2px 3px; border-radius: 3px; } -#chat-div { position: absolute; bottom: 0px; right: 320px; width: 600px; height: 250px; } +#chat-div { position: absolute; bottom: 0px; right: 243px; width: 557px; height: 250px; } #chat-top-bar { height: 57px; width: 100%; } #chat-content { height: 193px; width: 100%; background-color: #222; } -#eventLogs { position: absolute; bottom: 5px; right: 5px; width: 300px; height: 200px; border: 1px solid black; background-color: #ccc; padding: 3px; border-radius: 3px; } +#eventLogs { position: absolute; bottom: 0px; right: 0px; width: 243px; height: 193px; background-color: #ccc; } #dealerToken { top: 125px; 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"; }