From e095b9609110eee1d4622d0683d3c08ff79e57e9 Mon Sep 17 00:00:00 2001 From: FernandoAscencio Date: Fri, 20 Jan 2023 18:30:40 -0500 Subject: [PATCH] style: quick input box fix 1/2 Work in progess here, hopefully first step of 2. Signed-off-by: FernandoAscencio --- packages/monaco/src/browser/style/index.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/monaco/src/browser/style/index.css b/packages/monaco/src/browser/style/index.css index bf91b1b3d143c..51a2ebc971c75 100644 --- a/packages/monaco/src/browser/style/index.css +++ b/packages/monaco/src/browser/style/index.css @@ -99,8 +99,9 @@ /* Monaco Quick Input */ .quick-input-widget { - width: 600px !important; - margin-left: -300px !important; + width: 40vw !important; + min-width: 300px; + margin-left: min(-20vw,-150px) !important; background-color: var(--theia-quickInput-background) !important; color: var(--theia-foreground) !important; }