Skip to content

Commit 54911ab

Browse files
remodify css
1 parent a9f6af2 commit 54911ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/pages/LiveEditor/index.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
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;}
@@ -49,4 +50,4 @@
4950
border-color: #33dd33;
5051
}
5152
.editor_textarea_deactivate{display: none;}
52-
53+

0 commit comments

Comments
 (0)