diff options
author | AUTOMATIC <16777216c@gmail.com> | 2023-03-21 06:24:19 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2023-03-25 06:00:37 +0000 |
commit | ff216820fd680b5d04ce6cea7bf21e1bbec356b4 (patch) | |
tree | 55a750ac215f90da41fc941a340a8e18443163c4 /style.css | |
parent | af2db25c84c9a226ab34959e868fc18740418b4b (diff) | |
download | stable-diffusion-webui-gfx803-ff216820fd680b5d04ce6cea7bf21e1bbec356b4.tar.gz stable-diffusion-webui-gfx803-ff216820fd680b5d04ce6cea7bf21e1bbec356b4.tar.bz2 stable-diffusion-webui-gfx803-ff216820fd680b5d04ce6cea7bf21e1bbec356b4.zip |
fix extra networks ui
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -636,12 +636,12 @@ footer { .extra-network-subdirs button{
margin: 0 0.15em;
}
-
-#txt2img_extra_networks .search, #img2img_extra_networks .search{
+.extra-networks .tab-nav .search{
display: inline-block;
max-width: 16em;
margin: 0.3em;
align-self: center;
+ width: 16em;
}
#txt2img_extra_view, #img2img_extra_view {
@@ -766,12 +766,15 @@ footer { left: 0;
right: 0;
padding: 0.5em;
- color: white;
background: rgba(0,0,0,0.5);
box-shadow: 0 0 0.25em 0.25em rgba(0,0,0,0.5);
text-shadow: 0 0 0.2em black;
}
+.extra-network-cards .card .actions *{
+ color: white;
+}
+
.extra-network-cards .card .actions:hover{
box-shadow: 0 0 0.75em 0.75em rgba(0,0,0,0.5) !important;
}
|