From 124c7f344888696287bc3d19e5879bad51403370 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Tue, 2 Mar 2021 03:28:08 +0300 Subject: [PATCH] v1.5.87 - lakes editor rework --- index.css | 7 ++- index.html | 91 ++++++++++++++++++++++++---------- main.js | 4 +- modules/save-and-load.js | 18 ++++++- modules/ui/heightmap-editor.js | 6 ++- modules/ui/lakes-editor.js | 25 +++++++++- modules/ui/rivers-editor.js | 3 +- 7 files changed, 118 insertions(+), 36 deletions(-) diff --git a/index.css b/index.css index 2bcda3b3..d9eacc3c 100644 --- a/index.css +++ b/index.css @@ -266,7 +266,6 @@ i.icon-lock { } #routeLength, -#lakeArea, #coastlineArea { background-color: #eeeeee; border: 1px solid #a5a5a5; @@ -1439,6 +1438,12 @@ div.states > .coaIcon > use { width: 6em; } +#burgBody > div > div, +#riverBody > div, +#lakeBody > div { + padding: .1em; +} + #riverBody div.label, #riverBody input, #riverBody select, diff --git a/index.html b/index.html index 050c5c91..d1940da7 100644 --- a/index.html +++ b/index.html @@ -1566,7 +1566,7 @@