Better shift, but not dynamic

pull/472/head
Lim Chee Aun 2024-03-28 12:18:25 +08:00
rodzic 6950698935
commit 32fb406629
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -543,7 +543,11 @@ function AccountInfo({
<header>
{standalone ? (
<Menu2
shift={64}
shift={
window.matchMedia('(min-width: calc(40em))').matches
? 114
: 64
}
menuButton={
<div>
<AccountBlock