final touches to snippetbar breakpoints

This commit is contained in:
Víctor Losada Hernández
2026-08-16 10:41:27 +02:00
parent eddc1421b2
commit 3442c877f8
@@ -126,7 +126,7 @@
.snippets { .snippets {
display : flex; display : flex;
justify-content : flex-start; 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 : 565.95px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied
} }
// removed caret for top level items, by request (makes buttons too wide). // removed caret for top level items, by request (makes buttons too wide).
@@ -208,7 +208,7 @@
} }
} }
} }
@container editor (width < 818px) { @container editor (width < 816px) {
.snippetBar { .snippetBar {
.editors { .editors {
flex : 1; flex : 1;