mirror of
https://github.com/vladmandic/automatic
synced 2026-08-30 00:50:59 +02:00
add changelog to ui
This commit is contained in:
@@ -281,6 +281,12 @@ div.controlnet_main_options { display: grid; grid-template-columns: 1fr 1fr; gri
|
||||
.log-monitor { display: none; justify-content: unset !important; overflow: hidden; padding: 0; margin-top: auto; font-family: monospace; font-size: 0.85em; }
|
||||
.log-monitor td, .log-monitor th { padding-left: 1em; }
|
||||
|
||||
/* changelog */
|
||||
.md h2 { background-color: var(--background-fill-primary); padding: 0.5em; }
|
||||
.md ul { list-style-type: square !important; text-indent: 1em; margin-left: 4em; }
|
||||
.md li { list-style-position: outside !important; text-indent: 0; }
|
||||
.md p { margin-left: 2em; }
|
||||
|
||||
/* custom component */
|
||||
.folder-selector textarea { height: 2em !important; padding: 6px !important; }
|
||||
|
||||
@@ -295,6 +301,7 @@ div.controlnet_main_options { display: grid; grid-template-columns: 1fr 1fr; gri
|
||||
.loader::before { border-top-color: var(--primary-900); animation: 3s spin linear infinite; }
|
||||
.loader::after { border-top-color: var(--primary-300); animation: spin 1.5s linear infinite; }
|
||||
|
||||
|
||||
@keyframes move {
|
||||
from { background-position-x: 0, -40px; }
|
||||
to { background-position-x: 0, 40px; }
|
||||
|
||||
Reference in New Issue
Block a user