From c24c4396cee59006ef014d2bcecda5f0edf3a1e3 Mon Sep 17 00:00:00 2001 From: cyraki <34148795+cyraki@users.noreply.github.com> Date: Sat, 22 Jan 2022 16:53:33 -0500 Subject: [PATCH] Center Web Remote Landscape --- src/web-remote/style.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/web-remote/style.css b/src/web-remote/style.css index 25617df0..0cd24b21 100644 --- a/src/web-remote/style.css +++ b/src/web-remote/style.css @@ -1051,9 +1051,8 @@ input[type=range].web-slider::-webkit-slider-runnable-track { .player-panel { display: flex; flex-direction: row; - } - .player_top { - width: 100%; + justify-content: center; + padding: 40px; } .player_bottom { display: flex; @@ -1061,12 +1060,14 @@ input[type=range].web-slider::-webkit-slider-runnable-track { align-items: center; flex-direction: column; width: 100%; - margin: 0 auto; + max-width: 50vw; + margin: 0; + padding: 0 16px; } .media-artwork { width: 45vw; height: 45vw; - margin: 60px; + margin: 0; } .player-song-title { font-size: 2em;