optimized

This commit is contained in:
2023-04-06 00:08:03 +08:00
parent adb74b7441
commit c27d44872b
11 changed files with 314 additions and 91 deletions

View File

@ -105,7 +105,11 @@
align-items: center;
padding: var(--header-padding);
box-sizing: border-box;
overflow-x: hidden;
// overflow-x: hidden;
>span {
overflow: hidden;
}
}
>.arrow {