Fixed nav height only on Android (Non tv)
This commit is contained in:
Generated
+2
-2
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "Materialious",
|
||||
"version": "1.10.3",
|
||||
"version": "1.10.4",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "Materialious",
|
||||
"version": "1.10.3",
|
||||
"version": "1.10.4",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@capacitor-community/electron": "^5.0.0",
|
||||
|
||||
@@ -12,7 +12,6 @@
|
||||
|
||||
nav.top {
|
||||
padding-top: calc(var(--safe-area-inset-top) + 1rem) !important;
|
||||
height: 100px;
|
||||
padding-bottom: 1em;
|
||||
}
|
||||
|
||||
|
||||
@@ -239,6 +239,12 @@
|
||||
box-shadow: none !important;
|
||||
}
|
||||
</style>
|
||||
{:else if Capacitor.getPlatform() === 'android'}
|
||||
<style>
|
||||
nav.top {
|
||||
height: 120px;
|
||||
}
|
||||
</style>
|
||||
{/if}
|
||||
</svelte:head>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user