mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-15 12:53:52 +01:00
fix font size
This commit is contained in:
parent
c9245aa313
commit
f6013c8d58
1 changed files with 1 additions and 1 deletions
|
|
@ -121,6 +121,7 @@ html, body {
|
|||
color: #fff;
|
||||
padding: 2px 0 2px 3px;
|
||||
background: #333;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.no-top-border {
|
||||
|
|
@ -177,7 +178,6 @@ html, body {
|
|||
background: royalblue;
|
||||
}
|
||||
|
||||
|
||||
.win {
|
||||
position: absolute;
|
||||
min-width: 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue