mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
chore(client): tweak style
This commit is contained in:
parent
6a5f4349af
commit
d4e0d16014
1 changed files with 2 additions and 2 deletions
|
@ -50,14 +50,14 @@ const emit = defineEmits<{
|
|||
}
|
||||
|
||||
> .name {
|
||||
font-size: 0.9em;
|
||||
font-size: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
> .users {
|
||||
flex: 1;
|
||||
min-width: 0;
|
||||
font-size: 0.9em;
|
||||
font-size: 0.95em;
|
||||
border-left: solid 0.5px var(--divider);
|
||||
padding-left: 10px;
|
||||
margin-left: 10px;
|
||||
|
|
Loading…
Reference in a new issue