Web Dev Solutions

Catalin Mititiuc

From 624991870df0e804d64cf4d9359c63435513d61b Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Tue, 2 Jul 2024 13:12:21 -0700 Subject: Allow selecting elevation level with up/down buttons --- public/assets/css/style.css | 3 ++- public/index.html | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/assets/css/style.css b/public/assets/css/style.css index de66f44..9d29894 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -380,7 +380,7 @@ div#content { #edge-inputs { position: absolute; right: 0; - /* height: 100%; */ + height: 100%; pointer-events: none; display: flex; flex-direction: column; @@ -393,6 +393,7 @@ div#content { #content-visibility { margin-top: 2px; + flex-grow: 2; } label[for="content-visibility-toggle"] { diff --git a/public/index.html b/public/index.html index 4e0e456..570123e 100644 --- a/public/index.html +++ b/public/index.html @@ -137,7 +137,7 @@
- + @@ -148,7 +148,7 @@ - +
-- cgit v1.2.3