diff options
author | hako-mikan <122196982+hako-mikan@users.noreply.github.com> | 2024-02-09 23:17:40 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-09 23:17:40 +0900 |
commit | 0bc7867ccd4ac24f5f270cb767c4642d0a0c001c (patch) | |
tree | 2ad13a0cf77bc189a8c9097bd507f9674f993da6 /style.css | |
parent | 816096e642187a18b11e2729c42c0b5f677f047d (diff) | |
parent | cf2772fab0af5573da775e7437e6acdca424f26e (diff) |
Merge branch 'AUTOMATIC1111:master' into master
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 23 |
1 files changed, 21 insertions, 2 deletions
@@ -462,6 +462,15 @@ div.toprow-compact-tools{ padding: 4px;
}
+#settings > div.tab-nav .settings-category{
+ display: block;
+ margin: 1em 0 0.25em 0;
+ font-weight: bold;
+ text-decoration: underline;
+ cursor: default;
+ user-select: none;
+}
+
#settings_result{
height: 1.4em;
margin: 0 1.2em;
@@ -637,6 +646,8 @@ table.popup-table .link{ margin: auto;
padding: 2em;
z-index: 1001;
+ max-height: 90%;
+ max-width: 90%;
}
/* fullpage image viewer */
@@ -840,8 +851,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{
|