mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
optimizedbig amount of data rendering
This commit is contained in:
parent
383990d556
commit
d9f39a8d67
3 changed files with 92 additions and 50 deletions
|
@ -124,6 +124,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
@keyframes appear {
|
||||
from {
|
||||
opacity: 0;
|
||||
}
|
||||
to {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.face {
|
||||
@include outer_shadow();
|
||||
|
||||
|
@ -141,6 +150,7 @@
|
|||
padding: $gap;
|
||||
pointer-events: none;
|
||||
touch-action: none;
|
||||
animation: appear 1s forwards;
|
||||
|
||||
@media (min-width: $cell * 2 + $grid_line) {
|
||||
.vertical > &.has_text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue