push notifications but installable to home screen yet
This commit is contained in:
10
app/styles/app.css
Normal file
10
app/styles/app.css
Normal file
@ -0,0 +1,10 @@
|
||||
:root {
|
||||
--safe-area-top: env(safe-area-inset-top);
|
||||
--safe-area-right: env(safe-area-inset-right);
|
||||
--safe-area-bottom: env(safe-area-inset-bottom); /* THIS ONE GETS US THE HOME BAR HEIGHT */
|
||||
--safe-area-left: env(safe-area-inset-left);
|
||||
}
|
||||
|
||||
body {
|
||||
padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
|
||||
}
|
Reference in New Issue
Block a user