mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-18 03:32:43 +00:00
lint
This commit is contained in:
@@ -1,16 +1,14 @@
|
|||||||
@import 'themes/codeMirror/customEditorStyles.less';
|
@import 'themes/codeMirror/customEditorStyles.less';
|
||||||
.editor {
|
.editor {
|
||||||
height:100%;
|
|
||||||
position : relative;
|
position : relative;
|
||||||
width : 100%;
|
width : 100%;
|
||||||
|
height : 100%;
|
||||||
container : editor / inline-size;
|
container : editor / inline-size;
|
||||||
|
|
||||||
.codeEditor {
|
.codeEditor {
|
||||||
height : 100%;
|
height : 100%;
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror { height : 100%; }
|
||||||
height:100%;
|
|
||||||
}
|
|
||||||
.pageLine {
|
.pageLine {
|
||||||
background : #33333328;
|
background : #33333328;
|
||||||
border-top : #333399 solid 1px;
|
border-top : #333399 solid 1px;
|
||||||
@@ -113,7 +111,5 @@
|
|||||||
|
|
||||||
@container editor (width < 553px) {
|
@container editor (width < 553px) {
|
||||||
|
|
||||||
.editor .codeEditor .CodeMirror {
|
.editor .codeEditor .CodeMirror { height : calc(100% - 51px) ; }
|
||||||
height:calc(100% - 51px) ;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user