feat(aklive2d): performance optimization for showcase and error page for directory
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user