add: mirror other user's theme when viewing other user profiles
fix: community/profile name sizing
This commit is contained in:
parent
f49cc80886
commit
b78508ee15
13 changed files with 70 additions and 34 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue