From 86c678ff36465979bd48bc917f72e9484c7dba3d Mon Sep 17 00:00:00 2001 From: FaberVitale Date: Fri, 8 Apr 2022 19:38:53 +0200 Subject: [PATCH] fix: bump min popup window width again to 760px #1126 --- extension/src/browser/views/includes/style.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/src/browser/views/includes/style.pug b/extension/src/browser/views/includes/style.pug index 6639df5f..ad4498a7 100644 --- a/extension/src/browser/views/includes/style.pug +++ b/extension/src/browser/views/includes/style.pug @@ -7,7 +7,7 @@ style. overflow: hidden; height: 100%; width: 100%; - min-width: 700px; + min-width: 760px; min-height: 400px; margin: 0; padding: 0; @@ -17,7 +17,7 @@ style. color: #fff; } #root { - min-width: 700px; + min-width: 760px; height: 100%; } #root > div {