Files
SillyTavern/public/scripts/extensions/floating-prompt/style.css
2023-04-14 14:44:39 +03:00

19 lines
359 B
CSS

.floating_prompt_settings {
display: flex;
flex-direction: column;
}
#extension_floating_counter {
font-weight: 600;
color: orange;
}
.floating_prompt_settings textarea {
font-size: calc(var(--mainFontSize) * 0.9);
line-height: 1.2;
}
.floating_prompt_radio_group {
display: flex;
flex-direction: column;
}