From 2fd58e9d35d8be25dea89f16ee4d3753e7782dc0 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 11 Nov 2023 21:05:59 +0400 Subject: [PATCH] feat: click on burgs count to open the overview screen --- index.css | 3 +- index.html | 42 ++++++++------- modules/dynamic/editors/states-editor.js | 5 +- modules/ui/burgs-overview.js | 65 ++++++++++++------------ modules/ui/editors.js | 2 +- versioning.js | 2 +- 6 files changed, 60 insertions(+), 59 deletions(-) diff --git a/index.css b/index.css index b4ec49ce..933434cf 100644 --- a/index.css +++ b/index.css @@ -1990,7 +1990,7 @@ input[type="checkbox"] { .checkbox + .checkbox-label:before { content: ""; display: inline-block; - vertical-align: middle; + vertical-align: bottom; width: 0.6em; height: 0.6em; padding: 0.2em; @@ -1998,6 +1998,7 @@ input[type="checkbox"] { border: 1px solid darkgrey; border-radius: 15%; background: white; + font-family: var(--monospace); } .checkbox:checked + .checkbox-label:before { diff --git a/index.html b/index.html index 1d85f466..02018cf7 100644 --- a/index.html +++ b/index.html @@ -138,7 +138,7 @@ } - + @@ -4433,9 +4433,9 @@ > -
+
- +
@@ -5268,24 +5268,20 @@