diff --git a/core/smartphone.css b/core/smartphone.css index ed81423ab..a98f996a0 100644 --- a/core/smartphone.css +++ b/core/smartphone.css @@ -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, @@ -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 { @@ -210,10 +213,6 @@ body { width: 100%; } -#playerstat { - margin-top: 5px; -} - #portaldetails { min-height: 0; }