Increase size of username/display name in admin users list
This commit is contained in:
parent
8bb71f2e33
commit
36f772fd8f
|
@ -833,7 +833,7 @@
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
color: var(--mainForegroundColor);
|
color: var(--mainForegroundColor);
|
||||||
height: $avatar-height;
|
height: $avatar-height;
|
||||||
line-height: .8rem;
|
line-height: .9rem;
|
||||||
margin: .1rem;
|
margin: .1rem;
|
||||||
max-width: 320px;
|
max-width: 320px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -857,7 +857,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.two-lines {
|
&.two-lines {
|
||||||
$avatar-height: 1.8rem;
|
$avatar-height: 2rem;
|
||||||
|
|
||||||
height: $avatar-height;
|
height: $avatar-height;
|
||||||
|
|
||||||
|
@ -869,7 +869,6 @@
|
||||||
div {
|
div {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: 80%;
|
|
||||||
height: $avatar-height;
|
height: $avatar-height;
|
||||||
margin-left: .1rem;
|
margin-left: .1rem;
|
||||||
margin-right: .1rem;
|
margin-right: .1rem;
|
||||||
|
|
Loading…
Reference in New Issue