commit 7a145df278a462759e61f9d390c24b7d11ccdb6d
parent 580801cd56c9a5e516d5946cb16fe6fb2dde09c2
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Sun, 24 Dec 2023 14:47:44 -0500
UI
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -2396,14 +2396,14 @@ body {
}
#table .inner {
background-image: url(/public/img/trees.gif);
- width: 100%;
+ width: 90%;
height: 80%;
display: block;
position: absolute;
background-size: contain;
opacity: 0.07;
background-repeat: no-repeat;
- background-position: center;
+ background-position: right;
margin-top: 45px;
}
#table .cards-outline {