Forgot this style

This commit is contained in:
Lim Chee Aun 2023-04-17 19:31:11 +08:00
parent f0adee6ebf
commit ba868ffff5

View file

@ -820,7 +820,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
background-color: var(--bg-color); background-color: var(--bg-color);
box-shadow: -1px 0 var(--bg-color); box-shadow: -1px 0 var(--bg-color);
} }
.deck-backdrop .deck.slide-in { .deck-backdrop .deck.slide-in:not(.deck-view-full) {
animation: slide-in 0.5s var(--timing-function); animation: slide-in 0.5s var(--timing-function);
} }
.deck-backdrop .deck .status { .deck-backdrop .deck .status {