mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 14:02:41 +00:00
lint
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
@import (less) '././././themes/fonts/5e/fonts.less';
|
@import (less) '././././themes/fonts/5e/fonts.less';
|
||||||
|
|
||||||
.snippetBar {
|
.snippetBar {
|
||||||
@menuHeight : 25px;
|
@menuHeight : 25px;
|
||||||
position : relative;
|
position : relative;
|
||||||
display : flex;
|
display : flex;
|
||||||
flex-wrap : wrap-reverse;
|
flex-wrap : wrap-reverse;
|
||||||
@@ -74,7 +74,7 @@
|
|||||||
border : none;
|
border : none;
|
||||||
&.active { color : inherit; }
|
&.active { color : inherit; }
|
||||||
& > .dropdown {
|
& > .dropdown {
|
||||||
right : -1px;
|
right : -1px;
|
||||||
& > .snippet { padding-right : 10px; }
|
& > .snippet { padding-right : 10px; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -220,9 +220,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@container editor (width < 553px) {
|
@container editor (width < 553px) {
|
||||||
|
.editors,.snippets { flex : 1; }
|
||||||
.editors,.snippets { flex:1; }
|
.editors { border-bottom : 1px solid;}
|
||||||
.editors { border-bottom:1px solid}
|
|
||||||
.snippetBar .editors > div.history > .dropdown { right : unset; }
|
.snippetBar .editors > div.history > .dropdown { right : unset; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user