mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Reduce font-size of position value
This commit is contained in:
@ -2927,7 +2927,8 @@ input[type=search]:focus::-webkit-search-cancel-button {
|
||||
}
|
||||
|
||||
.group_member .queue_position {
|
||||
margin-right: 1rem;
|
||||
margin-right: 0.75rem;
|
||||
font-size: calc(var(--mainFontSize) * 0.9);
|
||||
}
|
||||
|
||||
.group_member.is_queued {
|
||||
|
Reference in New Issue
Block a user