0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-27 09:22:44 +00:00

relocated container query

This commit is contained in:
Víctor Losada Hernández
2024-08-15 12:07:55 +02:00
parent bbe56bf443
commit cc76ff1478

View File

@@ -9,12 +9,6 @@
color : black;
background-color : #DDDDDD;
@container editor (width < 538px) {
display : flex;
flex-wrap : wrap;
height : 50px;
}
.editors {
position : absolute;
top : 0px;
@@ -22,10 +16,6 @@
display : flex;
justify-content : space-between;
height : @menuHeight;
@container editor (width < 538px) {
position : static;
}
& > div {
width : @menuHeight;
@@ -201,4 +191,17 @@
}
}
}
}
@container editor (width < 538px) {
.snippetBar {
display : flex;
flex-wrap : wrap;
height : 50px;
.editors {
position : static;
}
}
}