From fbec08f982d168a7151fc4193561dd698980f0ce Mon Sep 17 00:00:00 2001 From: Azgaar Date: Mon, 1 Mar 2021 01:51:31 +0300 Subject: [PATCH] v1.5.79 - river overview update --- index.css | 6 +- index.html | 18 +++--- modules/ui/editors.js | 2 +- modules/ui/elevation-profile.js | 7 +- modules/ui/rivers-editor.js | 109 +++++++++++++++++--------------- modules/ui/rivers-overview.js | 45 ++++--------- modules/ui/tools.js | 17 +++-- 7 files changed, 104 insertions(+), 100 deletions(-) diff --git a/index.css b/index.css index 4f1349af..a2b37104 100644 --- a/index.css +++ b/index.css @@ -1383,7 +1383,11 @@ div.states span.inactive:hover { color: #abaaaa; } -div.states>input.riverType { +div.states > .riverName { + width: 7em; +} + +div.states > .riverType { width: 5em; } diff --git a/index.html b/index.html index 5c001d76..6c71ed56 100644 --- a/index.html +++ b/index.html @@ -1611,7 +1611,7 @@
Width modifier:
- +
@@ -3088,19 +3088,21 @@