Skip to content

Commit 29a18d8

Browse files
authored
Merge pull request #450 from HandyRandyx/hot-cards
[Hot Cards] Rename Movie to Group and enhance homepage loading
2 parents 71d2a99 + 890a30e commit 29a18d8

File tree

8 files changed

+969
-863
lines changed

8 files changed

+969
-863
lines changed

plugins/hotCards/README.md

Lines changed: 10 additions & 12 deletions
Large diffs are not rendered by default.

plugins/hotCards/hotCards.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
--border-width: 0.2rem;
33
display: flex;
44
position: relative;
5-
border-radius: var(--border-width);
65
}
76

87
.hot-card > .hot-border {
@@ -16,7 +15,7 @@
1615
.hot-border:hover {
1716
box-shadow:
1817
0px 0px 1em var(--hover-color),
19-
0px 0px 2em var(--hover-color);
18+
0px 0px 2em var(--hover-color) !important;
2019
animation: none !important;
2120
}
2221

0 commit comments

Comments
 (0)