mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +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>
|
||||
{standalone ? (
|
||||
<Menu2
|
||||
shift={64}
|
||||
shift={
|
||||
window.matchMedia('(min-width: calc(40em))').matches
|
||||
? 114
|
||||
: 64
|
||||
}
|
||||
menuButton={
|
||||
<div>
|
||||
<AccountBlock
|
||||
|
|
Loading…
Reference in a new issue