aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorezxzeng <zhixuan.zeng@gmail.com>2023-11-07 15:25:27 -0500
committerGitHub <noreply@github.com>2023-11-07 15:25:27 -0500
commitf9c14a8c8c8b682c2a7f7a11306b26e2a28ebeec (patch)
tree1c7f6abc11bd2aacd2a0d16a0b7db1963c9b26cd /style.css
parent759515316e8ec536f34fad616e8c6a33674a164b (diff)
parent5e80d9ee99c5899e5e2b130408ffb65a0585a62a (diff)
Merge branch 'dev' into ui_mobile_optimizations
Diffstat (limited to 'style.css')
-rw-r--r--style.css28
1 files changed, 27 insertions, 1 deletions
diff --git a/style.css b/style.css
index 115626cd..73162022 100644
--- a/style.css
+++ b/style.css
@@ -204,6 +204,11 @@ div.block.gradio-accordion {
padding: 8px 8px;
}
+input[type="checkbox"].input-accordion-checkbox{
+ vertical-align: sub;
+ margin-right: 0.5em;
+}
+
/* txt2img/img2img specific */
@@ -291,6 +296,13 @@ div.block.gradio-accordion {
min-height: 4.5em;
}
+#txt2img_generate, #img2img_generate {
+ min-height: 4.5em;
+}
+.generate-box-compact #txt2img_generate, .generate-box-compact #img2img_generate {
+ min-height: 3em;
+}
+
@media screen and (min-width: 2500px) {
#txt2img_gallery, #img2img_gallery {
min-height: 768px;
@@ -398,6 +410,15 @@ div#extras_scale_to_tab div.form{
min-width: 0.5em;
}
+div.toprow-compact-stylerow{
+ margin: 0.5em 0;
+}
+
+div.toprow-compact-tools{
+ min-width: fit-content !important;
+ max-width: fit-content;
+}
+
/* settings */
#quicksettings {
align-items: end;
@@ -520,7 +541,8 @@ table.popup-table .link{
height: 20px;
background: #b4c0cc;
border-radius: 3px !important;
- top: -20px;
+ top: -14px;
+ left: 0px;
width: 100%;
}
@@ -818,6 +840,10 @@ footer {
/* extra networks UI */
+.extra-page .prompt{
+ margin: 0 0 0.5em 0;
+}
+
.extra-network-cards{
height: calc(100vh - 24rem);
overflow: clip scroll;