mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-20 16:12:16 +00:00
remove fade-in from description (LCP) on page load
This commit is contained in:
@@ -405,10 +405,10 @@ x-no-peers {
|
||||
flex-direction: column;
|
||||
padding: 8px;
|
||||
text-align: center;
|
||||
/* prevent flickering on load */
|
||||
animation: fade-in 300ms;
|
||||
animation-delay: 500ms;
|
||||
animation-fill-mode: backwards;
|
||||
/* prevent flickering on load */
|
||||
animation-iteration-count: 0;
|
||||
}
|
||||
|
||||
x-no-peers h2,
|
||||
|
||||
Reference in New Issue
Block a user