From 382dc8a0fed2eebcb90b8ac8d6fbae5099bf2475 Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sun, 11 Jun 2023 15:18:55 -0400 Subject: [PATCH] make playhead a tad smaller --- plugins/qlab/styles.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/plugins/qlab/styles.css b/plugins/qlab/styles.css index fca0407..48ebf39 100644 --- a/plugins/qlab/styles.css +++ b/plugins/qlab/styles.css @@ -1,3 +1,6 @@ +body { + margin-bottom: 200px !important; +} table { background-color: #323232; border: 0px; @@ -260,7 +263,7 @@ div.cartColor-none { #playhead-information { width: 80%; - height: 140px; + height: 120px; position: fixed; bottom: 30px; left: 10%; @@ -293,9 +296,9 @@ div.cartColor-none { } #playhead-notes { width: 100%; - padding: 6px 12px; + padding: 6px 8px; box-sizing: border-box; - height: 50px; + height: 36px; border: #5c5b5b 1px solid; font-size: 18px;