Subtle fade in for menus

This commit is contained in:
Lim Chee Aun 2023-01-25 16:39:57 +08:00
parent 7c4bda105b
commit 5b8657a2ab

View file

@ -816,6 +816,7 @@ button.carousel-dot:is(.active, [disabled].active) {
box-shadow: 0 0 8px var(--bg-faded-color), 0 4px 8px var(--bg-faded-color), box-shadow: 0 0 8px var(--bg-faded-color), 0 4px 8px var(--bg-faded-color),
0 2px 4px var(--bg-faded-color); 0 2px 4px var(--bg-faded-color);
text-align: left; text-align: left;
animation: appear 0.15s ease-in-out;
} }
.szh-menu .szh-menu__item { .szh-menu .szh-menu__item {
padding: 8px 16px !important; padding: 8px 16px !important;