commit 10265e2d9349d3305ff81a1ba952bf851ea9bb6b
parent 0816cf176a78339c28839ff799af0891a647e679
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Tue, 26 Dec 2023 16:40:46 -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
@@ -2234,7 +2234,7 @@ body {
display: flex;
margin-left: auto;
margin-right: auto;
- margin-top: 5px;
+ margin-top: 4px;
position: absolute;
left: 10px;
}
@@ -2244,7 +2244,7 @@ body {
background-color: rgba(45, 45, 45, 0.4);
padding: 1px 2px;
min-width: 80px;
- min-height: 50px;
+ min-height: 48px;
color: #ddd;
}
.seat .inner { display: flex; justify-content: center; }