cardoverlaycontainer shennanigans #8

Merged
l4kr merged 1 commits from futonbeta into main 2023-09-11 12:04:35 +00:00
2 changed files with 4 additions and 6 deletions
Showing only changes of commit 5a329ecf2f - Show all commits

View File

@ -25,10 +25,6 @@
webkit-transform: scale(1.03); webkit-transform: scale(1.03);
text-shadow: 2px 2px 5px black; text-shadow: 2px 2px 5px black;
} }
.card:active {
transform: scale(1);
text-shadow 0 0 0;
}
.card.itemAction { .card.itemAction {
cursor: pointer; cursor: pointer;
} }
@ -39,6 +35,9 @@
padding-bottom: 56.25%; padding-bottom: 56.25%;
contain: strict; contain: strict;
} }
.cardPadder-margin.cardPadder-backdrop {
margin-bottom: 56.25%;
}
.cardPadder-square { .cardPadder-square {
padding-bottom: 100%; padding-bottom: 100%;
contain: strict; contain: strict;
@ -1002,7 +1001,7 @@
display: flex; display: flex;
} }
.card-hoverable:hover .cardOverlayContainer { .card-hoverable:hover .cardOverlayContainer {
opacity: 0; opacity: 1;
} }
} }
.detailImageContainerCard:hover { .detailImageContainerCard:hover {

View File

@ -111,7 +111,6 @@ define([
options.ChannelName && lines.push(""), options.ChannelName && lines.push(""),
options.LastServerAddress && lines.push(""), options.LastServerAddress && lines.push(""),
options.Overview && lines.push(getOverviewText("")), options.Overview && lines.push(getOverviewText("")),
options.MediaInfo && lines.push(""),
options.Album && lines.push(""), options.Album && lines.push(""),
options.Type && lines.push(""), options.Type && lines.push(""),
options.LastActivityDateRelative && lines.push(""), options.LastActivityDateRelative && lines.push(""),