diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-12 15:00:30 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-08-12 15:00:30 +0000 |
commit | 4e8690906c02f14a81974200775bfc81718a9250 (patch) | |
tree | 51e6ef66874ed792b4ffc382d2a18ffbd4377332 /style.css | |
parent | f0b72b81211881e083c84cff585380bb70d17271 (diff) | |
download | stable-diffusion-webui-gfx803-4e8690906c02f14a81974200775bfc81718a9250.tar.gz stable-diffusion-webui-gfx803-4e8690906c02f14a81974200775bfc81718a9250.tar.bz2 stable-diffusion-webui-gfx803-4e8690906c02f14a81974200775bfc81718a9250.zip |
update seed/subseed HTML widths
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 15 |
1 files changed, 0 insertions, 15 deletions
@@ -222,21 +222,6 @@ div.block.gradio-accordion { padding: 0.1em 0.75em;
}
-[id$=_seed], [id$=_subseed]{
- max-width: 10em;
-}
-
-[id$=_subseed_show]{
- min-width: auto !important;
- flex-grow: 0 !important;
- display: flex;
-}
-
-[id$=_subseed_show] .label-wrap{
- margin: 0 0 0 0.5em;
- align-self: end;
-}
-
.html-log .comments{
padding-top: 0.5em;
}
|