From 912d69ae89c953e6f963469e3ce90826ea2a3f18 Mon Sep 17 00:00:00 2001 From: FaberVitale Date: Fri, 8 Apr 2022 19:28:54 +0200 Subject: [PATCH] fix: bump min popup width to 700px #1126 Description: improve UI of rtk-query right side tabs --- extension/src/browser/views/includes/style.pug | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension/src/browser/views/includes/style.pug b/extension/src/browser/views/includes/style.pug index a98b4769..6639df5f 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: 350px; + min-width: 700px; min-height: 400px; margin: 0; padding: 0; @@ -17,6 +17,7 @@ style. color: #fff; } #root { + min-width: 700px; height: 100%; } #root > div {