Small changes to black-teal-reimagined

This commit is contained in:
P-Hellmann
2024-11-29 08:58:22 +01:00
parent 75dd6219c6
commit 1f39d718f9
+22
View File
@@ -813,10 +813,18 @@ textarea[rows="1"] {
background: var(--background-color);
box-shadow: var(--shadow-md);
border-radius: var(--radius-lg);
transform: translateX(100%);
animation: slideIn 0.5s forwards;
overflow: hidden;
/* Prevents overflow of content */
}
@keyframes slideIn {
to {
transform: translateX(0);
}
}
/* Extra Networks Styles */
.extra-networks {
background: var(--background-color);
@@ -1032,6 +1040,20 @@ textarea[rows="1"] {
height: 100%;
}
/* Token counters styling */
#txt2img_token_counter, #txt2img_negative_token_counter {
display: flex;
flex-direction: column;
justify-content: space-evenly;
padding: 10px;
}
#txt2img_prompt_container {
margin: 5px;
padding: 0px;
}
/* Based on Gradio Built-in Dark Theme */
:root,
.light,