diff --git a/macrovision.css b/macrovision.css index 2370265b..94548f8e 100644 --- a/macrovision.css +++ b/macrovision.css @@ -57,7 +57,8 @@ body { transition: all 0s; } -body.toggle-entity-name .entity-name { +body.toggle-entity-name .entity-name, +.entity-box.selected .entity-name { display: inline; } @@ -451,7 +452,8 @@ input ~ label { user-select: none; } -body.toggle-height-bars .height-bar { +body.toggle-height-bars .height-bar, +.entity-box.selected .height-bar { display: block; } diff --git a/macrovision.html b/macrovision.html index d75973ca..d0e1f7a6 100644 --- a/macrovision.html +++ b/macrovision.html @@ -27,7 +27,7 @@ -
+@@ -109,19 +109,19 @@