fix:select

This commit is contained in:
dichgrem
2026-01-05 17:45:27 +08:00
parent fb9735f9c6
commit 456d6f4479
7 changed files with 47 additions and 45 deletions

View File

@@ -24,8 +24,6 @@ a:hover {
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}
@@ -59,10 +57,13 @@ button:focus-visible {
}
#app {
max-width: 1280px;
max-width: 414px;
margin: 0 auto;
padding: 2rem;
text-align: center;
padding: 0;
text-align: left;
min-height: 100vh;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
overflow-x: hidden;
}
@media (prefers-color-scheme: light) {