diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-03 09:08:45 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-03 09:08:45 +0000 |
commit | 345028099d893f8a66726cfd13627d8cc1bcc724 (patch) | |
tree | acb1da553620b7e7139db840ef43accf71b786a8 /style.css | |
parent | d7b67d9b40e47ede766d3beb149b0c2b74651ece (diff) | |
download | stable-diffusion-webui-gfx803-345028099d893f8a66726cfd13627d8cc1bcc724.tar.gz stable-diffusion-webui-gfx803-345028099d893f8a66726cfd13627d8cc1bcc724.tar.bz2 stable-diffusion-webui-gfx803-345028099d893f8a66726cfd13627d8cc1bcc724.zip |
split codebase into multiple files; to anyone this affects negatively: sorry
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -9,11 +9,6 @@ button{ align-self: stretch !important;
}
-#img2img_mode{
- padding: 0 0 1em 0;
- border: none !important;
-}
-
#img2img_prompt, #txt2img_prompt{
padding: 0;
border: none !important;
|