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
2 changes: 1 addition & 1 deletion 3rdparty
Submodule 3rdparty updated 164 files
8 changes: 8 additions & 0 deletions apps/settings/css/settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

&.quota {
display: flex;;
Expand Down