diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-02-19 07:57:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-19 07:57:34 +0000 |
commit | f04f4b28a2af7db04ba8854461c6a5abd1d067ea (patch) | |
tree | a88d9720514409a59e3f51a28189a38279161dba /style.css | |
parent | b20f28eea9a2f71bb001064f51f1982382bdf568 (diff) | |
parent | fd4ac5187a1ae42be3f131770ea21e2158f75dcd (diff) | |
download | stable-diffusion-webui-gfx803-f04f4b28a2af7db04ba8854461c6a5abd1d067ea.tar.gz stable-diffusion-webui-gfx803-f04f4b28a2af7db04ba8854461c6a5abd1d067ea.tar.bz2 stable-diffusion-webui-gfx803-f04f4b28a2af7db04ba8854461c6a5abd1d067ea.zip |
Merge pull request #7925 from AUTOMATIC1111/revert-7601-aspect_ratio_sliders
Revert "Aspect ratio sliders"
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 46 |
1 files changed, 0 insertions, 46 deletions
@@ -747,52 +747,6 @@ footer { margin-left: 0em;
}
-#txt2img_size_toolbox, #img2img_size_toolbox{
- min-width: unset !important;
- gap: 0;
-}
-
-#txt2img_ratio, #img2img_ratio {
- padding: 0px;
- min-width: unset;
- max-width: fit-content;
-}
-#txt2img_ratio select, #img2img_ratio select{
- -o-appearance: none;
- -ms-appearance: none;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- background-image: unset;
- padding-right: unset;
- min-width: 40px;
- max-width: 40px;
- min-height: 40px;
- max-height: 40px;
- line-height: 40px;
- padding: 0;
- text-align: center;
-}
-.rounding-badge {
- display: inline-block;
- border-radius: 0px;
- /*background-color: #ccc;*/
- cursor: pointer;
- position: absolute;
- top: -10px;
- right: -10px;
- width: 20px;
- height: 20px;
- padding: 1px;
- line-height: 16px;
- font-size: 14px;
-}
-
-.rounding-badge.active {
- background-color: #007bff;
- border-radius: 50%;
-}
-
.inactive{
opacity: 0.5;
}
|