Update logo and enhance layout responsiveness; add stroke animation for frequency chart paths
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user