aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorAUTOMATIC <16777216c@gmail.com>2023-03-21 09:24:19 +0300
committerAUTOMATIC <16777216c@gmail.com>2023-03-21 09:24:19 +0300
commitd3dcb05904de0a21cee27466da399263d21dbf43 (patch)
treeef8856f549cd80a11cb5b0063336bfa952135108 /style.css
parent6eacaad4a92f5c85eb9addd096a673bf3d5db5fe (diff)
fix extra networks ui
Diffstat (limited to 'style.css')
-rw-r--r--style.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/style.css b/style.css
index cee13cf7..b258552d 100644
--- a/style.css
+++ b/style.css
@@ -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;
}