From 3bbaa900edcf36e1b1b693e62eebcc4f14ffc857 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Thu, 9 Apr 2020 14:07:37 -0400 Subject: [PATCH] Try setting the menubar's size to debug safari behavior --- macrovision.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.css b/macrovision.css index da2043c3..7f7ffd6d 100644 --- a/macrovision.css +++ b/macrovision.css @@ -232,7 +232,7 @@ body.show-extra-options .options-block.options-block-optional { #menubar { display: flex; - flex: 1 0 5vh; + flex: 1 0 15vh; flex-direction: row; justify-content: space-evenly; align-items: center;