mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-11 11:12:31 +00:00
add categories to settings
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user