Merge pull request 'cardoverlaycontainer shennanigans' (#8) from futonbeta into main

Reviewed-on: http://gitea.genosjr.moe/l4kr/dashboard-ui/pulls/8
This commit is contained in:
l4kr 2023-09-11 14:04:33 +02:00
commit 8afaf2e51f
2 changed files with 4 additions and 6 deletions

View File

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

View File

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