File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
velog-frontend/src/components/write/CodeEditor Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 1
- @import " utils" ;
1
+ @import ' utils' ;
2
2
.CodeEditor {
3
3
position : relative ;
4
4
display : flex ;
23
23
flex : 1 ;
24
24
display : flex ;
25
25
.CodeMirror {
26
+ height : 100% ;
26
27
padding-top : 1rem ;
27
28
padding-bottom : 1rem ;
28
- @include media (" <large" ) {
29
+ @include media (' <large' ) {
29
30
padding-top : 0.75rem ;
30
31
padding-bottom : 0.75rem ;
31
32
}
32
33
.CodeMirror-lines {
33
34
padding-left : 1rem ;
34
35
padding-right : 1rem ;
35
- @include media (" <large" ) {
36
+ @include media (' <large' ) {
36
37
padding-left : 0.75rem ;
37
38
padding-right : 0.75rem ;
38
39
}
39
40
}
40
41
flex : 1 ;
41
- font-family : " initial" ;
42
+ font-family : ' initial' ;
42
43
height : auto ; // font-family: 'D2 coding';
43
- font-family : " Inconsolata" ,
44
- " D2 Coding" ,
45
- sans-serif ;
44
+ font-family : ' Inconsolata' , ' D2 Coding' , sans-serif ;
46
45
font-size : 1.125rem ;
47
46
line-height : 1.5 ;
48
- @include media (" <large" ) {
47
+ @include media (' <large' ) {
49
48
font-size : 1rem ;
50
49
line-height : 1.25 ;
51
50
}
91
90
}
92
91
}
93
92
}
94
- }
93
+ }
You can’t perform that action at this time.
0 commit comments