mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-08-11 11:12:31 +00:00
Disable prompt token counters option actually disables token counting rather than just hiding results.
Disable prompt token counters option does not require reload UI. token counters do not become visible until they are positioned correctly.
This commit is contained in:
@@ -222,6 +222,10 @@ input[type="checkbox"].input-accordion-checkbox{
|
||||
top: -0.75em;
|
||||
}
|
||||
|
||||
.block.token-counter-visible{
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.block.token-counter span{
|
||||
background: var(--input-background-fill) !important;
|
||||
box-shadow: 0 0 0.0 0.3em rgba(192,192,192,0.15), inset 0 0 0.6em rgba(192,192,192,0.075);
|
||||
|
Reference in New Issue
Block a user