From 4c77ad0f1f36c15e8fe9258a79a68e9a0885b4f5 Mon Sep 17 00:00:00 2001 From: Nils Maier Date: Sat, 31 Aug 2019 23:16:46 +0200 Subject: [PATCH] Fix popup height flash bug --- windows/popup.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/windows/popup.html b/windows/popup.html index c5dcdc3..2b881c6 100644 --- a/windows/popup.html +++ b/windows/popup.html @@ -7,6 +7,10 @@ box-sizing: content-box !important; } + html, body { + height: auto !important; + } + ul { margin: 1.5ex; margin-right: 2ex; @@ -25,6 +29,7 @@ vertical-align: center; align-items: center; border-radius: 4px; + white-space: nowrap; } li.sep {