[feature] improve style
This commit is contained in:
parent
f6fba2dd73
commit
fb9c81ec3c
@ -59,7 +59,7 @@ pre {
|
||||
margin: 0;
|
||||
font-size: 17px;
|
||||
padding: 30px;
|
||||
width: 100vw;
|
||||
width: calc(100vw - 60px);
|
||||
height: calc(30vh - 100px);
|
||||
|
||||
box-shadow: 0 1px 3px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
|
||||
@ -142,9 +142,9 @@ pre {
|
||||
#prompt-box-title {
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
color: #0c0c0d;
|
||||
color: #3e3e30;
|
||||
font-size: 15px;
|
||||
font-weight: 500;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
#prompt-box-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user