From 078e3dcfc97964751081b1764c592d8d2e109fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Nyi=CC=81ri?= Date: Sun, 4 Jul 2021 15:32:44 +0200 Subject: [PATCH] Update: Seasons elements span the whole width --- dist/plex-meets-homeassistant.js | 4 ++-- src/modules/style.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/plex-meets-homeassistant.js b/dist/plex-meets-homeassistant.js index 7f2dd89..6dae45f 100644 --- a/dist/plex-meets-homeassistant.js +++ b/dist/plex-meets-homeassistant.js @@ -19541,7 +19541,7 @@ style.textContent = css ` z-index: 5; position: absolute; top: ${CSS_STYLE.expandedHeight + 16}px; - width: calc(100% - 32px); + width: calc(100% - 22px); left: 0; padding: 16px; display: none; @@ -19840,7 +19840,7 @@ style.textContent = css ` .seasonContainer { position: relative; float: left; - margin-right: 16px; + margin-right: 10px; margin-bottom: 15px; transition: 0.5s; } diff --git a/src/modules/style.ts b/src/modules/style.ts index bc0949a..ddd23ee 100644 --- a/src/modules/style.ts +++ b/src/modules/style.ts @@ -26,7 +26,7 @@ style.textContent = css` z-index: 5; position: absolute; top: ${CSS_STYLE.expandedHeight + 16}px; - width: calc(100% - 32px); + width: calc(100% - 22px); left: 0; padding: 16px; display: none; @@ -325,7 +325,7 @@ style.textContent = css` .seasonContainer { position: relative; float: left; - margin-right: 16px; + margin-right: 10px; margin-bottom: 15px; transition: 0.5s; }