Skip to content

Commit

Permalink
Panel view enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
modos189 committed Jul 11, 2023
1 parent 8adfe31 commit 0fb0001
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions core/smartphone.css
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,12 @@ body {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 5px;
}

#playerstat h2 #name {
width: initial;
display: flex;
align-items: center;
}

#playerstat h2 #name .playername,
Expand Down Expand Up @@ -210,10 +212,6 @@ body {
width: 100%;
}

#playerstat {
margin-top: 5px;
}

#portaldetails {
min-height: 0;
}
Expand Down

0 comments on commit 0fb0001

Please sign in to comment.