Merge pull request #1379 from processing/missing-nonfile-frame
Add frane to code editor when selected folder or media file
This commit is contained in:
commit
55faf45a3e
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,4 @@
|
|||
.CodeMirror {
|
||||
@include themify() {
|
||||
border: 1px solid getThemifyVariable('ide-border-color');
|
||||
}
|
||||
font-family: Inconsolata, monospace;
|
||||
height: 100%;
|
||||
}
|
||||
|
@ -328,7 +325,10 @@ pre.CodeMirror-line {
|
|||
height: calc(100% - #{29 / $base-font-size}rem);
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
&.editor-holder--hidden {
|
||||
@include themify() {
|
||||
border: 1px solid getThemifyVariable('ide-border-color');
|
||||
}
|
||||
&.editor-holder--hidden .CodeMirror {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue