gavinmn / logseq-luma

A minimal and detail oriented light and dark theme for Logseq
MIT License
110 stars 12 forks source link

Header in mobile shifted up #8

Closed jorda0mega closed 2 years ago

jorda0mega commented 2 years ago

5A761C49-35DF-4AA0-AEA7-9FA464B1AFF4

gavinmn commented 2 years ago

Hmm, I'm unable to reproduce this. What device, version OS, and Logseq version are you running?

martindufort commented 2 years ago

Getting same behavior on my iPhone.
Makes Home, "hamburger" menu and the (...) menu unresponsive.

Env:

gavinmn commented 2 years ago

Could you test out removing lines 231 – 233 of custom.css? This part:

 .cp__header {
    height: 44px;
  }

That may be causing the issue. I'm running iOS 16 and can't reproduce it which might be contributing too.

gavinmn commented 2 years ago

On second thought, something seems to be wrong with the media query to detect mobile — you should not be seeing the card background on mobile but rather a full viewport layout. I'll have to take a deeper look.