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 55.editor_container {flex : 1 0 20rem ;display : flex;gap : 1rem ;justify-content : center;align-items : center;position : relative;padding : 3rem ;cursor : pointer}
66.editor_container : hover {border : 1px solid;}
77.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 {
99 flex : 1 0 30rem ;
1010 height : 35rem ;
1111 position : relative;
1212}
13+ .normal_editor .output_container {height : 32.3rem ;width : 100% ;}
1314.normal_editor .output_container {background : white;}
1415.editor_box .editor_nav {position : absolute;z-index : 2 ;gap : 1rem ;display : flex;top : 2% ;justify-content : center;align-items : center;right : 1% ;}
1516.editor_nav .btn_activated {padding : 0.3rem 1rem ;border : none;font-family : monospace;font-weight : 600 ;cursor : pointer;}
4950 border-color : # 33dd33 ;
5051 }
5152 .editor_textarea_deactivate {display : none;}
52-
53+
You can’t perform that action at this time.
0 commit comments