From 638c56bf0a093252e73bfa40c469b5351d243a02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juraj=20Nyi=CC=81ri?= Date: Wed, 5 May 2021 14:34:08 +0200 Subject: [PATCH] Update: Remove margin-bottom on .detail .metaInfo --- dist/plex-meets-homeassistant.js | 1 - src/modules/style.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/dist/plex-meets-homeassistant.js b/dist/plex-meets-homeassistant.js index 4cd776a..859b195 100644 --- a/dist/plex-meets-homeassistant.js +++ b/dist/plex-meets-homeassistant.js @@ -18985,7 +18985,6 @@ style.textContent = css ` } .detail .metaInfo { display: block; - margin-bottom: 15px; } .detail h2 { text-overflow: ellipsis; diff --git a/src/modules/style.ts b/src/modules/style.ts index 9410d74..206a0ff 100644 --- a/src/modules/style.ts +++ b/src/modules/style.ts @@ -45,7 +45,6 @@ style.textContent = css` } .detail .metaInfo { display: block; - margin-bottom: 15px; } .detail h2 { text-overflow: ellipsis;