From 3ca7f81ad749432653797712829d683ee10dbd93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Wed, 13 May 2026 23:09:38 +0200 Subject: [PATCH] hate having to edit this every time --- client/homebrew/editor/snippetbar/snippetbar.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/homebrew/editor/snippetbar/snippetbar.less b/client/homebrew/editor/snippetbar/snippetbar.less index 7ab357d5c..b42dc3f19 100644 --- a/client/homebrew/editor/snippetbar/snippetbar.less +++ b/client/homebrew/editor/snippetbar/snippetbar.less @@ -15,13 +15,13 @@ .snippets { display : flex; justify-content : flex-start; - min-width : 499.35px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied + min-width : 470px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied } .editors { display : flex; justify-content : flex-end; - min-width : 250px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied + min-width : 275px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied &:only-child {min-width : unset; margin-left : auto;} @@ -244,7 +244,7 @@ } } -@container editor (width < 750px) { +@container editor (width < 745px) { .snippetBar { .editors { flex : 1;