1
0
Fork 0
mirror of https://github.com/cheeaun/phanpy.git synced 2025-03-11 00:18:51 +01:00

Fix className typo

This commit is contained in:
Lim Chee Aun 2022-12-25 15:49:39 +08:00
parent cff13d53f0
commit 0276820185

View file

@ -647,7 +647,7 @@ a.card:hover {
opacity: 1;
}
}
.status .actions > button.plain.bookmark-button.checked .icon {
.status .action > button.plain.bookmark-button.checked .icon {
animation: bookmarked 1s ease-in-out;
}