Skip to content
Closed
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