fix: amoled skeleton

This commit is contained in:
NoCrypt 2024-08-03 16:17:29 +07:00
parent 6a4ffc87fc
commit 9d69e2fa49

View file

@ -197,7 +197,7 @@ img[src=''], img[src=' '] {
.skeloader .skeleloader-swipe {
height: 100%;
width: 100%;
background: linear-gradient(to right, transparent 0%, #17191c 50%, transparent 100%);
background: linear-gradient(to right, transparent 0%, hsl(var(--dark-color-hsl)) 50%, transparent 100%);
background-repeat: no-repeat;
background-size: 200% 100%;
animation: skeleloader 1s infinite cubic-bezier(0.4, 0, 0.2, 1);