small-screen-overlay

This commit is contained in:
2026-01-26 23:27:26 +00:00
parent 3fc21e0350
commit 71be765956
3 changed files with 29 additions and 1 deletions

View File

@@ -64,5 +64,8 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
</SessionProvider>
</QueryProvider>
</ThemeProvider>
<output className="small-screen-overlay" aria-live="polite">
sprint will look very ugly and disjointed if you try to use it at a resolution this small!
</output>
</React.StrictMode>,
);