mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Better shift, but not dynamic
This commit is contained in:
parent
6950698935
commit
32fb406629
1 changed files with 5 additions and 1 deletions
|
@ -543,7 +543,11 @@ function AccountInfo({
|
||||||
<header>
|
<header>
|
||||||
{standalone ? (
|
{standalone ? (
|
||||||
<Menu2
|
<Menu2
|
||||||
shift={64}
|
shift={
|
||||||
|
window.matchMedia('(min-width: calc(40em))').matches
|
||||||
|
? 114
|
||||||
|
: 64
|
||||||
|
}
|
||||||
menuButton={
|
menuButton={
|
||||||
<div>
|
<div>
|
||||||
<AccountBlock
|
<AccountBlock
|
||||||
|
|
Loading…
Reference in a new issue