diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-10-01 08:48:41 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-10-01 08:48:41 +0000 |
commit | c0113872c5f814cf8cf96deca541bffaf1af2568 (patch) | |
tree | 519fa7cc37fee058e25187363ba9aaf862c7cea3 /style.css | |
parent | c7e810a9856641fbaf520976fde24c5536a4fd56 (diff) | |
download | stable-diffusion-webui-gfx803-c0113872c5f814cf8cf96deca541bffaf1af2568.tar.gz stable-diffusion-webui-gfx803-c0113872c5f814cf8cf96deca541bffaf1af2568.tar.bz2 stable-diffusion-webui-gfx803-c0113872c5f814cf8cf96deca541bffaf1af2568.zip |
add search field to settings
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -423,6 +423,7 @@ div#extras_scale_to_tab div.form{ #settings > div{
border: none;
margin-left: 10em;
+ padding: 0 var(--spacing-xl);
}
#settings > div.tab-nav{
@@ -437,6 +438,7 @@ div#extras_scale_to_tab div.form{ border: none;
text-align: left;
white-space: initial;
+ padding: 4px;
}
#settings_result{
|