aboutsummaryrefslogtreecommitdiff
path: root/src/lib/List/covers.css
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-11 23:52:43 -0700
committerFuwn <[email protected]>2025-06-11 23:52:43 -0700
commit1bc4488a06db88597327ecc855c5b70a7ddc55ce (patch)
treeded544d953d4b62fc4365c2758d75f02efe7d625 /src/lib/List/covers.css
parentfix: Migrate localStorage.removeItem to localforage for anime and manga stores (diff)
downloaddue.moe-1bc4488a06db88597327ecc855c5b70a7ddc55ce.tar.xz
due.moe-1bc4488a06db88597327ecc855c5b70a7ddc55ce.zip
style: Reformat using latest formatting
Diffstat (limited to 'src/lib/List/covers.css')
-rw-r--r--src/lib/List/covers.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/List/covers.css b/src/lib/List/covers.css
index e0b69c78..c83b984e 100644
--- a/src/lib/List/covers.css
+++ b/src/lib/List/covers.css
@@ -22,14 +22,18 @@
.cover-card-image {
border-radius: 8px;
- transition: transform 0.45s ease, box-shadow 0.45s ease;
+ transition:
+ transform 0.45s ease,
+ box-shadow 0.45s ease;
margin-bottom: 0.5em;
}
.cover-card-image:hover {
transform: scale(1.1);
position: relative;
- transition: transform 0.45s ease, box-shadow 0.45s ease;
+ transition:
+ transform 0.45s ease,
+ box-shadow 0.45s ease;
}
.entry::after {