Skip to content

Commit

Permalink
Fix UI for offline users
Browse files Browse the repository at this point in the history
  • Loading branch information
jloh02 committed Jun 11, 2022
1 parent 36f5a8f commit 4c75ded
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ li.user-list-item {
&.card-box {
padding: 0.25rem;
height:100%;
height: 100%;
box-sizing: border-box;
background-color: transparent;
}
Expand All @@ -154,8 +154,10 @@ li.user-list-item {
@extend .flex-col;
flex: 1;
justify-content: center;
padding: 0.25rem;
align-items: flex-start;
padding: 0.25rem;
height: 100%;
box-sizing: border-box;
pointer-events: none;
p.user-list-item.game-name {
Expand Down

0 comments on commit 4c75ded

Please sign in to comment.