Fix padding issues in eInk theme

This commit is contained in:
John Mertz 2023-04-21 20:27:57 -04:00
parent e2dd38c3ef
commit 38f5fe2ca4
Signed by: jpm
GPG Key ID: E9C5EA2D867501AB
2 changed files with 10 additions and 7 deletions

View File

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

View File

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