forked from extern/easydiffusion
Font size of negative prompt textbox
This commit is contained in:
parent
c6f0e19e2f
commit
d06fd404ae
@ -7,7 +7,7 @@
|
||||
<link rel="icon" type="image/png" href="/media/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="stylesheet" href="/media/css/fonts.css?v=1">
|
||||
<link rel="stylesheet" href="/media/css/themes.css?v=6">
|
||||
<link rel="stylesheet" href="/media/css/main.css?v=25">
|
||||
<link rel="stylesheet" href="/media/css/main.css?v=26">
|
||||
<link rel="stylesheet" href="/media/css/auto-save.css?v=6">
|
||||
<link rel="stylesheet" href="/media/css/modifier-thumbnails.css?v=4">
|
||||
<link rel="stylesheet" href="/media/css/fontawesome-all.min.css?v=1">
|
||||
|
@ -39,7 +39,7 @@ code {
|
||||
#negative_prompt {
|
||||
width: 100%;
|
||||
height: 50pt;
|
||||
font-size: 9px;
|
||||
font-size: 13px;
|
||||
margin-bottom: 5px;
|
||||
margin-top: 5px;
|
||||
display: block;
|
||||
|
Loading…
Reference in New Issue
Block a user