dkforest

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

commit e7dc7f4db20bf5760b83ef4574d63ff2e81564e8
parent 79a682d7d2e5dd0b6dc340fe2365053b88c03003
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Sat, 16 Dec 2023 01:51:53 -0500

UI

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

diff --git a/pkg/web/public/views/pages/poker.gohtml b/pkg/web/public/views/pages/poker.gohtml @@ -4,7 +4,7 @@ <div class="container"> <div class="mb-3"> Deposit xmr address: - {{ if .Data.PokerXmrSubAddress }}<pre style="user-select: all; -webkit-user-select: all;">{{ .Data.PokerXmrSubAddress }}</pre>{{ else }}none{{ end }} + {{ if .Data.PokerXmrSubAddress }}<pre style="user-select: all; -webkit-user-select: all; color: #eaac45;">{{ .Data.PokerXmrSubAddress }}</pre>{{ else }}none{{ end }} </div> <div class="mb-3"> <div class="float-left mr-3"> @@ -19,10 +19,10 @@ <div class="clearfix"></div> </div> <div class="mb-3"> - Balance: {{ .Data.XmrBalance }} <small>pXMR</small><br /> + 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 /> <br /> - Free tables balance: {{ .Data.ChipsTest }} <small>chips</small> + Free tables balance: <span style="color: #eaac45;">{{ .Data.ChipsTest }} <small>chips</small></span> <form method="post" class="d-inline ml-3"> <input type="hidden" name="csrf" value="{{ .CSRF }}" /> <input type="hidden" name="form_name" value="reset_chips" />