From e864de124bbe4d3554c2a9a3aa2b0d28b28e8c55 Mon Sep 17 00:00:00 2001 From: vexorian Date: Sat, 17 Oct 2020 12:33:30 -0400 Subject: [PATCH 1/2] Fix #164 : Filler List getting compressed in Webkit (Safari) --- web/public/style.css | 11 +++++++++++ web/public/templates/filler-config.html | 5 +++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/web/public/style.css b/web/public/style.css index 266cd05..518db8a 100644 --- a/web/public/style.css +++ b/web/public/style.css @@ -249,6 +249,17 @@ table.tvguide { text-align: right; } +.filler-list .list-group-item { + min-height: 1.5em; +} + +.filler-list .list-group-item .title { + margin-right: 5px; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; +} + /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } diff --git a/web/public/templates/filler-config.html b/web/public/templates/filler-config.html index 6e8d2e1..1824d1a 100644 --- a/web/public/templates/filler-config.html +++ b/web/public/templates/filler-config.html @@ -63,13 +63,14 @@ -