mirror of
https://github.com/VueTubeApp/VueTube
synced 2025-01-06 23:51:13 +00:00
minor spacing tweaks
This commit is contained in:
parent
c50354b8f6
commit
9ac3910aba
3 changed files with 20 additions and 11 deletions
|
@ -2,7 +2,7 @@
|
||||||
<v-card
|
<v-card
|
||||||
style="height: 4rem !important; display: flex; box-shadow: none !important"
|
style="height: 4rem !important; display: flex; box-shadow: none !important"
|
||||||
color="accent white--text"
|
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" />
|
<h3 class="my-auto ml-4" v-text="page" v-show="!search" />
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@
|
||||||
icon
|
icon
|
||||||
v-if="search"
|
v-if="search"
|
||||||
color="white"
|
color="white"
|
||||||
class="mr-2 my-auto"
|
class="mr-3 my-auto"
|
||||||
@click="$emit('close-search')"
|
@click="$emit('close-search')"
|
||||||
>
|
>
|
||||||
<v-icon>mdi-close</v-icon>
|
<v-icon>mdi-close</v-icon>
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
<v-btn
|
<v-btn
|
||||||
icon
|
icon
|
||||||
tile
|
tile
|
||||||
class="ml-2 my-auto fill-height"
|
class="ml-3 my-auto fill-height"
|
||||||
style="border-radius: 0.25rem !important"
|
style="border-radius: 0.25rem !important"
|
||||||
color="white"
|
color="white"
|
||||||
@click="$emit('search-btn', text)"
|
@click="$emit('search-btn', text)"
|
||||||
|
|
|
@ -19,7 +19,6 @@
|
||||||
v-show="!search"
|
v-show="!search"
|
||||||
class="background"
|
class="background"
|
||||||
style="
|
style="
|
||||||
padding: 0;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: calc(100vh - 8rem);
|
height: calc(100vh - 8rem);
|
||||||
transition-duration: 0.3s;
|
transition-duration: 0.3s;
|
||||||
|
@ -94,13 +93,6 @@ div {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.background {
|
|
||||||
height: 100%;
|
|
||||||
padding: 4em 0 4em 0; /* Account for Top/Bottom Navigation */
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { App as CapacitorApp } from "@capacitor/app";
|
import { App as CapacitorApp } from "@capacitor/app";
|
||||||
import { mapState } from "vuex";
|
import { mapState } from "vuex";
|
||||||
|
|
17
android/.idea/deploymentTargetDropDown.xml
Normal file
17
android/.idea/deploymentTargetDropDown.xml
Normal 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>
|
Loading…
Reference in a new issue