minor spacing tweaks

This commit is contained in:
Nikita Krupin 2022-03-21 17:01:37 -04:00
parent c50354b8f6
commit 9ac3910aba
3 changed files with 20 additions and 11 deletions

View File

@ -2,7 +2,7 @@
<v-card
style="height: 4rem !important; display: flex; box-shadow: none !important"
color="accent white--text"
class="topNav rounded-0 py-3 px-2"
class="topNav rounded-0 pa-3"
>
<h3 class="my-auto ml-4" v-text="page" v-show="!search" />
@ -10,7 +10,7 @@
icon
v-if="search"
color="white"
class="mr-2 my-auto"
class="mr-3 my-auto"
@click="$emit('close-search')"
>
<v-icon>mdi-close</v-icon>
@ -34,7 +34,7 @@
<v-btn
icon
tile
class="ml-2 my-auto fill-height"
class="ml-3 my-auto fill-height"
style="border-radius: 0.25rem !important"
color="white"
@click="$emit('search-btn', text)"

View File

@ -19,7 +19,6 @@
v-show="!search"
class="background"
style="
padding: 0;
overflow: hidden;
height: calc(100vh - 8rem);
transition-duration: 0.3s;
@ -94,13 +93,6 @@ div {
}
</style>
<style scoped>
.background {
height: 100%;
padding: 4em 0 4em 0; /* Account for Top/Bottom Navigation */
}
</style>
<script>
import { App as CapacitorApp } from "@capacitor/app";
import { mapState } from "vuex";

View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="deploymentTargetDropDown">
<targetSelectedWithDropDown>
<Target>
<type value="QUICK_BOOT_TARGET" />
<deviceKey>
<Key>
<type value="VIRTUAL_DEVICE_PATH" />
<value value="$USER_HOME$/.android/avd/Pixel_3a_API_31_arm64-v8a.avd" />
</Key>
</deviceKey>
</Target>
</targetSelectedWithDropDown>
<timeTargetWasSelectedWithDropDown value="2022-03-21T20:35:21.068578Z" />
</component>
</project>