mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-10-28 00:34:47 -04:00
Fix/fix broken pwa (#1086)
* remove fetch / use axios fix #1077 * revert checkbox change * add password peek * fix bool check
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<h3 v-if="showTitleEditor[index]" class="mt-2">{{ ingredient.title }}</h3>
|
||||
<v-divider v-if="showTitleEditor[index]"></v-divider>
|
||||
<v-list-item dense @click="toggleChecked(index)">
|
||||
<v-checkbox hide-details :value="checked[index]" color="secondary" />
|
||||
<v-checkbox hide-details :value="checked[index]" class="pt-0 my-auto py-auto" color="secondary" />
|
||||
<v-list-item-content>
|
||||
<VueMarkdown
|
||||
class="ma-0 pa-0 text-subtitle-1 dense-markdown"
|
||||
@@ -85,13 +85,4 @@ export default defineComponent({
|
||||
.dense-markdown p {
|
||||
margin: auto !important;
|
||||
}
|
||||
|
||||
.v-input--selection-controls {
|
||||
margin-top: 0.5rem;
|
||||
margin-bottom: auto !important;
|
||||
}
|
||||
|
||||
.v-input--selection-controls__input {
|
||||
margin-bottom: auto !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user