mirror of
https://github.com/vladmandic/automatic
synced 2026-09-20 09:38:23 +02:00
prompt token counter fix
This commit is contained in:
@@ -985,9 +985,10 @@ svg.feather.feather-image,
|
||||
|
||||
#txt2img_token_counter, #txt2img_negative_token_counter {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-evenly;
|
||||
padding: 5px;
|
||||
flex-direction: row;
|
||||
padding-top: 1px;
|
||||
opacity: 0.6;
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
#txt2img_prompt_container {
|
||||
|
||||
Reference in New Issue
Block a user