add categories to settings

This commit is contained in:
AUTOMATIC1111
2023-11-26 17:56:16 +03:00
parent 500de919ed
commit f0f100e67b
4 changed files with 130 additions and 28 deletions

View File

@@ -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;