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:
commit
8afaf2e51f
@ -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 {
|
||||
|
||||
@ -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(""),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user