Skip to content

Commit bf04c81

Browse files
author
minjk-bl
committed
update style
1 parent 32afd57 commit bf04c81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

css/common/frameEditor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
/* grid-template-rows: 35px 30px 60% calc(40% - 80px); */
5555
/* grid-template-rows: 35px 30px calc(100% - 80px); */
5656
grid-template-rows: 35px 65px calc(100% - 110px);
57+
grid-template-columns: 100%;
5758
}
5859

5960
/* Code Preview */
@@ -156,7 +157,7 @@
156157
.vp-fe-table {
157158
height: 100%;
158159
background: var(--border-gray-color);
159-
padding: 5px;
160+
border: 5px solid var(--border-gray-color);
160161
overflow: auto;
161162
}
162163
.vp-fe-table table {

css/common/profiling.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
left: 50%;
1313
top: 50%;
1414
transform:translate(-50%, -50%);
15-
min-width: 400px;
15+
min-width: 420px;
1616
min-height: 400px;
1717
width: 50%;
1818
height: 60%;

0 commit comments

Comments
 (0)