mirror of
https://github.com/NoCrypt/migu.git
synced 2026-01-11 20:10:22 +00:00
fix: amoled skeleton
This commit is contained in:
parent
6a4ffc87fc
commit
9d69e2fa49
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue