Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hot Cards] Rename Movie to Group and enhance homepage loading #450

Merged
merged 12 commits into from
Oct 4, 2024
22 changes: 10 additions & 12 deletions plugins/hotCards/README.md

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions plugins/hotCards/hotCards.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
--border-width: 0.2rem;
display: flex;
position: relative;
border-radius: var(--border-width);
}

.hot-card > .hot-border {
Expand All @@ -16,7 +15,7 @@
.hot-border:hover {
box-shadow:
0px 0px 1em var(--hover-color),
0px 0px 2em var(--hover-color);
0px 0px 2em var(--hover-color) !important;
animation: none !important;
}

Expand Down
Loading