From 0fb00011da0972264a1477c93274d318f7e960de Mon Sep 17 00:00:00 2001 From: modos189 Date: Tue, 11 Jul 2023 20:26:57 +0300 Subject: [PATCH] Panel view enhancements --- core/smartphone.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/smartphone.css b/core/smartphone.css index ed81423ab..f55fe1521 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, @@ -210,10 +212,6 @@ body { width: 100%; } -#playerstat { - margin-top: 5px; -} - #portaldetails { min-height: 0; }