File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 5
5
.editor_container {flex : 1 0 20rem ;display : flex;gap : 1rem ;justify-content : center;align-items : center;position : relative;padding : 3rem ;cursor : pointer}
6
6
.editor_container : hover {border : 1px solid;}
7
7
.normal_editor {display : flex;flex-wrap : wrap;justify-content : center;align-items : center;width : 100vw }
8
- .normal_editor .editor_box , . normal_editor . output_container {
8
+ .normal_editor .editor_box {
9
9
flex : 1 0 30rem ;
10
10
height : 35rem ;
11
11
position : relative;
12
12
}
13
+ .normal_editor .output_container {height : 32.3rem ;width : 100% ;}
13
14
.normal_editor .output_container {background : white;}
14
15
.editor_box .editor_nav {position : absolute;z-index : 2 ;gap : 1rem ;display : flex;top : 2% ;justify-content : center;align-items : center;right : 1% ;}
15
16
.editor_nav .btn_activated {padding : 0.3rem 1rem ;border : none;font-family : monospace;font-weight : 600 ;cursor : pointer;}
49
50
border-color : # 33dd33 ;
50
51
}
51
52
.editor_textarea_deactivate {display : none;}
52
-
53
+
You can’t perform that action at this time.
0 commit comments