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; }