From d51deffdac89a6835bc5e5d245c78687150a1dc5 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 8 Feb 2025 14:05:28 +0100 Subject: [PATCH] feat: make lined icons work for all elements, v1.107.0 --- index.css | 4 -- index.html | 64 ++++++++++-------- modules/io/load.js | 15 +---- modules/markers-generator.js | 2 +- modules/military-generator.js | 2 +- modules/renderers/draw-markers.js | 5 +- modules/renderers/draw-military.js | 16 ++--- modules/ui/editors.js | 100 ++++++++++++++-------------- modules/ui/markers-editor.js | 102 +++++++++++++++-------------- modules/ui/markers-overview.js | 30 +++++---- modules/ui/military-overview.js | 27 ++++++-- modules/ui/regiment-editor.js | 87 +++++++++++------------- modules/ui/regiments-overview.js | 18 +++-- modules/ui/tools.js | 54 +++++++++------ versioning.js | 2 +- 15 files changed, 283 insertions(+), 245 deletions(-) diff --git a/index.css b/index.css index 1054e52c..0244eb23 100644 --- a/index.css +++ b/index.css @@ -186,10 +186,6 @@ t, font-size: 0.8em; } -.regimentImage { - object-fit: contain; -} - #statesHalo { fill: none; stroke-linecap: round; diff --git a/index.html b/index.html index ef8297f8..6efbd818 100644 --- a/index.html +++ b/index.html @@ -3555,9 +3555,9 @@ -
+
Icon:
- +
👑
@@ -3646,10 +3646,10 @@ >
-
-
Emblem:
- - +
+
Emblem:
+
+
@@ -5770,17 +5770,25 @@