feat(component): mobile menu support (#7892)

This commit is contained in:
Cats Juice
2024-08-21 17:05:05 +08:00
committed by GitHub
parent 182b2fd62d
commit 23b0db36b9
57 changed files with 988 additions and 1482 deletions

View File

@@ -288,3 +288,9 @@ body {
[data-lit-react-wrapper] {
display: contents;
}
/* Avoid color overriden by user-agent */
button,
input {
color: inherit;
}