0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 20:22:42 +00:00

final css fix

This commit is contained in:
Víctor Losada Hernández
2025-03-31 00:40:00 +02:00
parent b9b45632b0
commit de1773361a

View File

@@ -14,13 +14,13 @@
.snippets {
display : flex;
justify-content : flex-start;
min-width : 327.58px;
min-width : 432.18px; //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 : 225px;
min-width : 250px; //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;}
@@ -237,7 +237,7 @@
}
}
@container editor (width < 681px) {
@container editor (width < 682px) {
.snippetBar {
.editors {
flex : 1;