Skip to content

Commit

Permalink
fix friends activity list overlapping by player bar
Browse files Browse the repository at this point in the history
  • Loading branch information
SunsetTechuila committed May 2, 2023
1 parent 45f9fd5 commit be77059
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -1475,6 +1475,7 @@ path[d='M23 0C10.298 0 0 10.297 0 23c0 12.702 10.298 23 23 23 12.703 0 23-10.298

.main-buddyFeed-friendsFeedContainer {
margin-top: 25px;
height: calc(100% - 140px);
}

.main-buddyFeed-findFriendsIcon,
Expand Down

2 comments on commit be77059

@SunsetTechuila
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bugreportion
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

just noticed, thanks a lot

Please sign in to comment.