From faad084b2bc353bb5ad525586fa64d5d809eb155 Mon Sep 17 00:00:00 2001 From: sixteenmillimeter Date: Thu, 1 Apr 2021 22:21:27 -0400 Subject: [PATCH] Hide "blank" buttons because they do not have a use case in the current app. --- app/css/app.css | 6 ++++++ app/index.html | 4 ++-- app/less/app.less | 7 +++++++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 51b89db..b48a3a4 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -876,6 +876,12 @@ button:focus { #filmout_stats_monitor { right: 5px; } +.hide { + display: none; +} +.show { + display: block; +} #screens { overflow-x: hidden; } diff --git a/app/index.html b/app/index.html index d53e1ee..9f1935c 100644 --- a/app/index.html +++ b/app/index.html @@ -144,14 +144,14 @@ -
+
-
+