mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
19 lines
359 B
CSS
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;
|
|
} |