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 e11ffea
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 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 All @@ -120,6 +122,7 @@ body {
#name #signout { /* no hover, always show signout button */
display: inline-block;
position: initial;
margin-left: 4px;
}

#sidebar, #chatcontrols, #chat, #chatinput {
Expand Down Expand Up @@ -210,10 +213,6 @@ body {
width: 100%;
}

#playerstat {
margin-top: 5px;
}

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

0 comments on commit e11ffea

Please sign in to comment.