From 38f5fe2ca4f733e5179cfe02c26e59df4164221e Mon Sep 17 00:00:00 2001 From: John Mertz Date: Fri, 21 Apr 2023 20:27:57 -0400 Subject: [PATCH] Fix padding issues in eInk theme --- www/css/eink.css | 10 ++++------ www/css/style.css | 7 ++++++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/www/css/eink.css b/www/css/eink.css index 2e28773..c83324b 100755 --- a/www/css/eink.css +++ b/www/css/eink.css @@ -1,9 +1,3 @@ -/* - * This is the built-in 'default' theme. If you would like to make your own - * custom theme, you should make a copy of this file, apply the changes you - * want to that copy, then select that copy by name in the settings to apply. - */ - body { background: #DBDBDB; color: #000000; @@ -46,6 +40,10 @@ div.playmodes { .mark { background: #b00; } +div.time { + top: 192px; + right: -10px; +} div.time h4 { background: #FFFFFF; } diff --git a/www/css/style.css b/www/css/style.css index dc12c87..2856a4f 100755 --- a/www/css/style.css +++ b/www/css/style.css @@ -142,7 +142,6 @@ div.seen h3 { div.thumb, div.details { vertical-align: top; display: table-cell; - padding: 10px; z-index: 20; } div.thumb { @@ -168,6 +167,9 @@ div.time h4 { line-height: 20px; margin-right: 10px; } +div.title { + padding: 0px 10px; +} #title h1, #title img { display: inline-block; cursor: pointer; @@ -286,6 +288,9 @@ div#videos { padding: 5px; border: none; } +div.clip { + cursor: pointer; +} .menu input[type="checkbox"] { margin: 8px; }