prompt token counter fix

This commit is contained in:
Pablo Hellmann
2024-12-01 01:12:28 +01:00
parent 999d8a10b7
commit 05639ca238
+4 -3
View File
@@ -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 {