feat(aklive2d): performance optimization for showcase and error page for directory

This commit is contained in:
Haoyu Xu
2023-03-04 01:05:36 -05:00
parent 1c0f425c9a
commit 2fde26d96e
24 changed files with 352 additions and 148 deletions

View File

@@ -86,6 +86,7 @@
display: flex;
flex-direction: row;
align-items: flex-start;
user-select: none;
}
.drawer .links {
@@ -237,6 +238,10 @@
color: var(--text-color);
}
.footer {
user-select: none;
}
.footer .section {
border-top: 1px solid var(--border-color);
padding: 1rem 0;