diff options
author | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-12-02 17:00:09 +0800 |
---|---|---|
committer | Kohaku-Blueleaf <59680068+KohakuBlueleaf@users.noreply.github.com> | 2023-12-02 17:00:09 +0800 |
commit | 110485d5bb511ab01ac3d890f1deca0502f4c7db (patch) | |
tree | 4335df77c422985e28b30c67ea846ca71e5ef1d7 /style.css | |
parent | 3d341ebc7dcb44df3b4c013b3805c08d8a35e24a (diff) | |
parent | 0bb6e00ba3c6775b17b3449c454c6efabb1bdad1 (diff) |
Merge branch 'dev' into test-fp8
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{
|