Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS changes for better distinction between user name and full name in user list #33669

Closed
wants to merge 11 commits into from
10 changes: 9 additions & 1 deletion apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1634,7 +1634,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
flex-grow: 1;
}
}

Jerome-Herbinet marked this conversation as resolved.
Show resolved Hide resolved
&.name,
&.userBackend {
/* better multi-line visual */
Expand All @@ -1649,6 +1649,14 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}

&.name {
font-style: italic;
color: var(--lt-color-text-very-light);
.displayName.subtitle {
font-style: normal;
}
Jerome-Herbinet marked this conversation as resolved.
Show resolved Hide resolved
}
Jerome-Herbinet marked this conversation as resolved.
Show resolved Hide resolved

&.quota {
display: flex;;
Expand Down