diff options
author | ruocaled <ruocaled@gmail.com> | 2022-10-15 09:00:46 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2022-10-15 14:14:58 +0000 |
commit | 5fd638f14d75a71a37157ded5d33c716ab9eb8ca (patch) | |
tree | 7a8ac58467c5e5b59d7c1ab060e11ce06a574c70 /style.css | |
parent | d3ffc962dd1d5c8d0ed763a9d05832c153ff15ea (diff) | |
download | stable-diffusion-webui-gfx803-5fd638f14d75a71a37157ded5d33c716ab9eb8ca.tar.gz stable-diffusion-webui-gfx803-5fd638f14d75a71a37157ded5d33c716ab9eb8ca.tar.bz2 stable-diffusion-webui-gfx803-5fd638f14d75a71a37157ded5d33c716ab9eb8ca.zip |
fix download section layout
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -237,13 +237,6 @@ fieldset span.text-gray-500, .gr-block.gr-box span.text-gray-500, label.block s margin: 0;
}
-.gr-panel div.flex-col div.justify-between div{
- position: absolute;
- top: -0.1em;
- right: 1em;
- padding: 0 0.5em;
-}
-
#settings .gr-panel div.flex-col div.justify-between div{
position: relative;
z-index: 200;
|