Increase size of username/display name in admin users list

This commit is contained in:
Chocobozzz 2020-05-05 10:02:12 +02:00
parent 8bb71f2e33
commit 36f772fd8f
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 3 deletions

View File

@ -833,7 +833,7 @@
font-size: 90%;
color: var(--mainForegroundColor);
height: $avatar-height;
line-height: .8rem;
line-height: .9rem;
margin: .1rem;
max-width: 320px;
overflow: hidden;
@ -857,7 +857,7 @@
}
&.two-lines {
$avatar-height: 1.8rem;
$avatar-height: 2rem;
height: $avatar-height;
@ -869,7 +869,6 @@
div {
display: flex;
flex-direction: column;
font-size: 80%;
height: $avatar-height;
margin-left: .1rem;
margin-right: .1rem;