Skip to content

Commit 691f813

Browse files
committed
style improvements
1 parent 9fde63a commit 691f813

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

package/ui/css/style.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,20 @@
5050
background: #fff;
5151
position: absolute;
5252
display: none;
53-
top: 50%;
54-
left: 50%;
55-
margin: -150px 0 0 -300px;
56-
height: 300px;
57-
width: 600px;
53+
top: 10%;
54+
left: 10%;
55+
bottom: 10%;
56+
right: 10%;
5857
z-index: 10;
59-
padding: 10px;
58+
padding: 3px;
6059
}
6160

6261
.synoedit .modelText {
62+
margin: 0;
6363
overflow-x: auto;
64+
overflow-y: auto;
6465
height: 80%;
66+
height: calc(100% - 60px);
6567
}
6668

6769
.synoedit .close {

0 commit comments

Comments
 (0)