dkforest

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

commit ab183f6c3c8afa6259560e7fdc001f937cd09837
parent 0bbf39220109592204501c78a567948fb2c4abed
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Tue, 19 Dec 2023 23:13:31 -0500

ui

Diffstat:
Mpkg/web/public/views/pages/poker-table.gohtml | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pkg/web/public/views/pages/poker-table.gohtml b/pkg/web/public/views/pages/poker-table.gohtml @@ -4,9 +4,13 @@ <style> #poker-content { border: 0; - border-left: 1px solid #aaa; + position: absolute; + top: 51px; + bottom: 0; + left: 0; + right: 0; width: 100%; - height: calc(100vh - 61px); + height: calc(100% - 51px); } </style> {{ end }}