From 23673cec8e05970f96681eac733285732cf09e1c Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Tue, 2 Jul 2024 12:06:03 -0700
Subject: WIP: edge UI style
---
public/assets/css/style.css | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
(limited to 'public/assets')
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 88c9da4..de66f44 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -36,12 +36,14 @@ svg text {
#hex-counter {
padding: 2px;
- background-color: rgba(255, 255, 255, 0.5);
+ background-color: rgba(255, 255, 255, 0.8);
border-radius: 2px;
+ font-family: sans-serif;
}
#hex-count {
font-family: monospace;
+ font-size: larger;
}
polyline.move-trace {
@@ -378,14 +380,11 @@ div#content {
#edge-inputs {
position: absolute;
right: 0;
- height: 100%;
- background-color: rgba(0, 255, 255, 0.418);
+ /* height: 100%; */
pointer-events: none;
display: flex;
flex-direction: column;
- /* align-content: space-around; */
align-items: end;
- /* justify-content: space-between; */
}
#edge-inputs > * {
@@ -504,12 +503,10 @@ div#dice {
div#status {
margin: 3px;
- /* display: none; */
- /* visibility: hidden; */
+ display: none;
user-select: none;
position: absolute;
bottom: 0;
- /* right: 50px; */
white-space: nowrap;
pointer-events: none;
}
--
cgit v1.2.3