Sidebar offset from top menubar show normal in Safari Version 10.1.2 (12603.3.8).

NexT Version:
[x] Latest Master branch.
[] Latest Release version.
[] Old version - v5.?.?
NexT Scheme:
[] All schemes
[] Muse
[] Mist
[x] Pisces
[] Gemini
Please, give live test on latest releases or master branches. On Iissnan site is not latest release.
Sorry, After I deployed it, everything is fine now.
It seems like that this issue only occurs in hexo s.
BTW, I use the master branches.
If issue solved, close it please.
@ivan-nginx Sorry, everything only work fine on first visit. After I refresh, this issue occurs again.
my blog
source code
@Voleking are u sure what your settings is fine?
# URL
## If your site is put in a subdirectory, set url as 'http://yoursite.com/child' and root as '/child/'
url: http://www.voleking.me
root: /
Sorry for my fault 😢. I updated my settings now.
BTW, I refresh my site and this issue occurs randomly.
Please, try to follow next steps:
themes/next directory.Download latest master branch. section in main readme).CTRL + SHIFT + R.Also, check this on NexT test site and give me the answer.
I try the steps above but still can catch this error.
And it also occurs on the first visit to the test site, however, it disappear when I refresh browser.
I hexo init a-new-site and this time everything seems fine.
Close the issue until there's a new discovery.
@Voleking all worked fine? Please, if u catch any bugs, first of all try to install clean Hexo and NexT versions.
@ivan-nginx I found this bug only occur when site title was too long and has space, like:
# Site
title: aaaaa aaaaa
Then it must be bug. Try to reproducte this error on separated test site and we will catch this bug. For now i don't see this bug at this year in many blogs and in my blog too. And on my blog i always use titles with spaces, but sidebar from header margin not can use any titles.
Yes, I reproducte this error on separated test site.
Here are two conditions for triggering a bug:
Can i see live demo?
@Voleking so, Safari Version 10.1.2 (12603.3.8) have this bug, right?

Catch it.
@ivan-nginx Yeah, Safari Version 10.1.2 (12603.3.8) have this bug.
@Voleking this bug avoid with two variants:
yml
font:
enable: false
global (and if u want to change logo font, on logo too):yml
global:
external: false
family: Times New Roman
If issue solved, close it please.
Most helpful comment
@Voleking this bug avoid with two variants:
yml font: enable: falseglobal(and if u want to change logo font, onlogotoo):yml global: external: false family: Times New RomanI don't know why Safari brake margins within custom font settings and it's very weird. All other browsers work with custom fonts fine.
If issue solved, close it please.