Skip to content

Commit

Permalink
Merge pull request #57 from SuppliedOrange/main
Browse files Browse the repository at this point in the history
Add a max width for people column
  • Loading branch information
refact0r authored Dec 23, 2024
2 parents 67b5f7d + 8c86558 commit 9d93bbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,11 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
content: 'activity';
}

/* Fix oversized statuses on friends page */
[class^=peopleColumn_] {
max-width: 50rem
}

/* fix hidden text labels */
#app-mount [class^=sidebar_],
.chat_a7d72e /* header bar */,
Expand Down

0 comments on commit 9d93bbc

Please sign in to comment.