|
@@ -363,7 +363,7 @@ export function DebugBar() {
|
|
|
return (
|
|
return (
|
|
|
<aside
|
|
<aside
|
|
|
aria-label={language.t("debugBar.ariaLabel")}
|
|
aria-label={language.t("debugBar.ariaLabel")}
|
|
|
- class="pointer-events-auto fixed bottom-3 right-3 z-50 w-[308px] max-w-[calc(100vw-1.5rem)] overflow-hidden rounded-xl border border-border-base bg-surface-raised-stronger-non-alpha p-0.5 text-text-strong shadow-[var(--shadow-lg-border-base)] sm:bottom-4 sm:right-4 sm:w-[324px]"
|
|
|
|
|
|
|
+ class="pointer-events-auto fixed bottom-3 right-3 z-50 hidden w-[308px] max-w-[calc(100vw-1.5rem)] overflow-hidden rounded-xl border border-border-base bg-surface-raised-stronger-non-alpha p-0.5 text-text-strong shadow-[var(--shadow-lg-border-base)] md:block sm:bottom-4 sm:right-4 sm:w-[324px]"
|
|
|
>
|
|
>
|
|
|
<div class="grid grid-cols-5 gap-px font-mono">
|
|
<div class="grid grid-cols-5 gap-px font-mono">
|
|
|
<Cell
|
|
<Cell
|