[frontend/components] Decrease username and instance name size

This commit is contained in:
Lilian 2024-11-07 21:09:58 +01:00
parent 938b010aed
commit fa354a1869
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -20,4 +20,7 @@
font-size: 1rem;
}
}
.instance {
font-size: 0.9em;
}
}

View file

@ -11,7 +11,7 @@
padding-left: 0.75em;
.identifier {
font-size: 0.9em;
font-size: 0.8em;
text-overflow: ellipsis;
overflow: clip;
}