pocketnetteam / pocketnet.gui

Decentralized social network based on the blockchain
https://pocketnet.app
Apache License 2.0
84 stars 39 forks source link

Top menu doesn't shows up on some devices #741

Closed shpingalet007 closed 1 year ago

shpingalet007 commented 1 year ago

Confirmed behavior on next devices

Go to user report

Demonstration of the bug

shpingalet007 commented 1 year ago

Looks like the issue appeared after PR #650 merged on df340a6d10d0e2e99fa198af83ea73fcc93d9380 in master. Some unsupported CSS3 feature.

@julien-rg take a look on this, please. Seems like this issue starts from CSS variable --app-margin-top introduction. ~It may be that calc(...) was not supported on Google Chrome 69.0.3497.100.~ You can download this legacy browser to check this from here.

Before

https://github.com/pocketnetteam/pocketnet.gui/blob/ada3392d66f740a955c24f7b6e4ae742c0f22609/css/main.less#L7014-L7016

After

https://github.com/pocketnetteam/pocketnet.gui/blob/e2fbf1a6b1ef65269c072a25c524a5146e9d8e45/css/main.less#L7259-L7261