mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 12:42:41 +00:00
relocated container query
This commit is contained in:
@@ -9,12 +9,6 @@
|
|||||||
color : black;
|
color : black;
|
||||||
background-color : #DDDDDD;
|
background-color : #DDDDDD;
|
||||||
|
|
||||||
@container editor (width < 538px) {
|
|
||||||
display : flex;
|
|
||||||
flex-wrap : wrap;
|
|
||||||
height : 50px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.editors {
|
.editors {
|
||||||
position : absolute;
|
position : absolute;
|
||||||
top : 0px;
|
top : 0px;
|
||||||
@@ -22,10 +16,6 @@
|
|||||||
display : flex;
|
display : flex;
|
||||||
justify-content : space-between;
|
justify-content : space-between;
|
||||||
height : @menuHeight;
|
height : @menuHeight;
|
||||||
|
|
||||||
@container editor (width < 538px) {
|
|
||||||
position : static;
|
|
||||||
}
|
|
||||||
|
|
||||||
& > div {
|
& > div {
|
||||||
width : @menuHeight;
|
width : @menuHeight;
|
||||||
@@ -201,4 +191,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@container editor (width < 538px) {
|
||||||
|
|
||||||
|
.snippetBar {
|
||||||
|
display : flex;
|
||||||
|
flex-wrap : wrap;
|
||||||
|
height : 50px;
|
||||||
|
|
||||||
|
.editors {
|
||||||
|
position : static;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user