mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-03-13 09:00:46 +00:00
add links to wiki for filename pattern settings
add extended info for quicksettings setting
This commit is contained in:
16
style.css
16
style.css
@@ -125,6 +125,10 @@ div.gradio-html.min{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a{
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
/* general styled components */
|
||||
@@ -397,6 +401,18 @@ div#extras_scale_to_tab div.form{
|
||||
margin: 0 1.2em;
|
||||
}
|
||||
|
||||
table.settings-value-table{
|
||||
background: white;
|
||||
border-collapse: collapse;
|
||||
margin: 1em;
|
||||
border: 4px solid white;
|
||||
}
|
||||
|
||||
table.settings-value-table td{
|
||||
padding: 0.4em;
|
||||
border: 1px solid #ccc;
|
||||
max-width: 36em;
|
||||
}
|
||||
|
||||
/* live preview */
|
||||
.progressDiv{
|
||||
|
||||
Reference in New Issue
Block a user