diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-26 11:58:47 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-26 11:58:56 +0000 |
commit | 2a40d3c603448d15e209814366f2d6ab25e52398 (patch) | |
tree | feb1867a5a85497c4b7b0185be524057143bd855 /style.css | |
parent | e44103264d95a2141410571661c757a65f22a8b6 (diff) | |
download | stable-diffusion-webui-gfx803-2a40d3c603448d15e209814366f2d6ab25e52398.tar.gz stable-diffusion-webui-gfx803-2a40d3c603448d15e209814366f2d6ab25e52398.tar.bz2 stable-diffusion-webui-gfx803-2a40d3c603448d15e209814366f2d6ab25e52398.zip |
compact prompt layout: preserve scroll when switching between lora tabs
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -840,8 +840,16 @@ footer { /* extra networks UI */
-.extra-page .prompt{
- margin: 0 0 0.5em 0;
+.extra-page > div.gap{
+ gap: 0;
+}
+
+.extra-page-prompts{
+ margin-bottom: 0;
+}
+
+.extra-page-prompts.extra-page-prompts-active{
+ margin-bottom: 1em;
}
.extra-network-cards{
|