Update logo and enhance layout responsiveness; add stroke animation for frequency chart paths

This commit is contained in:
yangy
2026-04-24 11:37:56 +08:00
parent 1c0ec79009
commit 49382f8f06
5 changed files with 50 additions and 12 deletions
+17
View File
@@ -132,6 +132,23 @@
input[type="radio"]:not(:disabled) {
@apply cursor-pointer;
}
/* Phones & tablets: no whole-app horizontal pan / rubber-band */
@media (max-width: 1024px), (hover: none) and (pointer: coarse) {
html {
overflow-x: hidden;
overscroll-behavior-x: none;
}
body {
overflow-x: hidden;
overscroll-behavior-x: none;
}
#root {
overflow-x: hidden;
width: 100%;
max-width: 100%;
}
}
}
@layer components {