From 49a76448d9700951a1e3d11322565f902fc33ddd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sun, 15 Mar 2020 11:56:01 -0400 Subject: [PATCH] Allow menubar to shrink. Adjust position of bottom names --- macrovision.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/macrovision.css b/macrovision.css index fb879e06..14beb76e 100644 --- a/macrovision.css +++ b/macrovision.css @@ -189,7 +189,7 @@ body.toggle-entity-glow .entity-box:not(.selected) > img{ #menubar { display: flex; - flex: 1 0 10vh; + flex: 1 0 5vh; flex-direction: row; justify-content: space-evenly; align-items: center; @@ -295,7 +295,7 @@ body #test-canvas { position: fixed; width: 150px; height: 50px; - transform: translate(-50%, 0%); + transform: translate(-50%, 20pt); } body.toggle-bottom-name .bottom-name {