mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-09-23 22:43:56 +00:00
fixes to colors, and editor wrapping breakpoint.
This commit is contained in:
@@ -3,6 +3,8 @@
|
|||||||
@import (less) '@themes/fonts/5e/fonts.less';
|
@import (less) '@themes/fonts/5e/fonts.less';
|
||||||
|
|
||||||
.snippetBar {
|
.snippetBar {
|
||||||
|
--activeTriggerColor: inherit;
|
||||||
|
--menuColor : #DDDDDD;
|
||||||
@menuHeight : 25px;
|
@menuHeight : 25px;
|
||||||
position : relative;
|
position : relative;
|
||||||
display : flex;
|
display : flex;
|
||||||
@@ -122,8 +124,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.snippets {
|
.snippets {
|
||||||
--activeTriggerColor: blue;
|
|
||||||
--menuColor : red;
|
|
||||||
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 : 499.35px; //must be controlled every time an item is added, must be hardcoded for the wrapping as it is applied
|
||||||
@@ -208,7 +208,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@container editor (width < 750px) {
|
@container editor (width < 818px) {
|
||||||
.snippetBar {
|
.snippetBar {
|
||||||
.editors {
|
.editors {
|
||||||
flex : 1;
|
flex : 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user