You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(frontend): make the "loading obnoxious amount of JS" banner mobile friendly (#102395)
The CSS is hardcoding the width to be 500px which overflows on mobile
devices. Adds a `@media (max-width: 500px)` media query to add custom
sizing for those screens.
<img width="427" height="435" alt="Screenshot 2025-10-30 at 10 35 17 AM"
src="https://github.com/user-attachments/assets/84aecca1-c1b1-4b58-8b74-abe8dd70f335"
/>
0 commit comments