add: mirror other user's theme when viewing other user profiles

fix: community/profile name sizing
This commit is contained in:
trisua 2025-04-09 19:25:41 -04:00
parent f49cc80886
commit b78508ee15
13 changed files with 70 additions and 34 deletions

View file

@ -158,15 +158,16 @@ p {
}
.name {
max-width: 200px;
max-width: 250px;
overflow: hidden;
overflow-wrap: break-word;
/* overflow-wrap: break-word; */
overflow-wrap: anywhere;
text-overflow: ellipsis;
}
@media screen and (min-width: 901px) {
.name.shorter {
max-width: 180px;
max-width: 215px;
}
.name.lg\:long {