dkforest

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

commit 4e8bfd60db6db0dbf3e703aba69c244de1eccc0b
parent 36839acf2469ae29967df9f03e13740f64b31d81
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat, 16 Dec 2023 06:09:01 -0500

ui

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

diff --git a/pkg/web/public/views/pages/poker.gohtml b/pkg/web/public/views/pages/poker.gohtml @@ -19,8 +19,15 @@ <div class="clearfix"></div> </div> <div class="mb-3"> - Balance: <span style="color: #eaac45;">{{ .Data.XmrBalance }} <small>pXMR</small></span><br /> - <small>({{ .Data.XmrBalance.XmrStr }} <small>XMR</small> | {{ .Data.XmrBalance.ToPokerChip }} <small>chips</small> | ~{{ .Data.XmrBalance.UsdStr }})</small><br /> + <table> + <tr> + <td> + <span style="vertical-align: middle;">Balance: <span style="color: #eaac45;">{{ .Data.XmrBalance }} <small>pXMR</small></span></span><br /> + <small>({{ .Data.XmrBalance.XmrStr }} <small>XMR</small> | {{ .Data.XmrBalance.ToPokerChip }} <small>chips</small>)</small> + </td> + <td style="vertical-align: middle;"><span class="ml-3" style="font-size: 30px; color: #1ee91e;">{{ .Data.XmrBalance.UsdStr }}</span></td> + </tr> + </table> <br /> Free tables balance: <span style="color: #eaac45;">{{ .Data.ChipsTest }} <small>chips</small></span> <form method="post" class="d-inline ml-3">