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