fix(header): drop extra 12px gap when safe-area inset is present
CI / update (push) Has been cancelled
CI / update (push) Has been cancelled
In PWA / Tauri shells with a notch or status bar, the header bar was stacking 12px on top of the safe-area inset, leaving the bar far below the system chrome. Use max(12px, inset + 4px) so the constant gap only applies when there is no inset; otherwise the bar sits 4px below the inset edge.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "homepage",
|
||||
"version": "1.69.0",
|
||||
"version": "1.69.1",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user