mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix(AdaptedStyles): support reply jump animation in dark mode
This commit is contained in:
@@ -70,6 +70,21 @@
|
||||
background-color: var(--bew-fill-1) !important;
|
||||
}
|
||||
|
||||
.sub-reply-item.show-reply,
|
||||
.reply-item .root-reply-container.show-reply {
|
||||
background-color: var(--bew-fill-1);
|
||||
animation: jumpReply 5s forwards;
|
||||
}
|
||||
|
||||
@keyframes jumpReply {
|
||||
0% {
|
||||
background-color: var(--bew-theme-color-10);
|
||||
}
|
||||
100% {
|
||||
background-color: var(--bew-fill-1);
|
||||
}
|
||||
}
|
||||
|
||||
// Like & dislike icon
|
||||
.like-icon,
|
||||
.dislike-icon,
|
||||
|
||||
Reference in New Issue
Block a user