0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 04:58:40 +00:00

hate having to edit this every time

This commit is contained in:
Víctor Losada Hernández
2026-05-13 23:09:38 +02:00
parent 72dc1a6b46
commit 3ca7f81ad7
@@ -15,13 +15,13 @@
.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 : 470px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied
} }
.editors { .editors {
display : flex; display : flex;
justify-content : flex-end; 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;} &:only-child {min-width : unset; margin-left : auto;}
@@ -244,7 +244,7 @@
} }
} }
@container editor (width < 750px) { @container editor (width < 745px) {
.snippetBar { .snippetBar {
.editors { .editors {
flex : 1; flex : 1;