mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
17 lines
269 B
CSS
17 lines
269 B
CSS
#objective-counter {
|
|
font-weight: 600;
|
|
color: orange;
|
|
}
|
|
|
|
.objective_block {
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
column-gap: 10px;
|
|
}
|
|
|
|
.objective_block_control small,
|
|
.objective_block_control label {
|
|
width: max-content;
|
|
}
|