fix(ui): community/profile sidebar sizing

This commit is contained in:
trisua 2025-04-03 17:51:31 -04:00
parent 573b10f5e1
commit 1a2efdba1f
4 changed files with 8 additions and 4 deletions

View file

@ -160,6 +160,10 @@ article {
.name.shorter {
max-width: 180px;
}
.name.lg\:long {
max-width: unset;
}
}
ul,