fix layout issue on recipe editor

This commit is contained in:
Hayden 2021-01-23 19:28:26 -09:00
commit f3ba0d4680
3 changed files with 24 additions and 26 deletions

View file

@ -10,18 +10,19 @@
- Fixed router link bugs - Issue #122 - Fixed router link bugs - Issue #122
### Features and Improvements ### Features and Improvements
- UI Language Selection
- Meal Planner - Meal Planner
- Improved Search (Fuzzy Search) - Improved Search (Fuzzy Search)
- New Scheduled card support - New Scheduled card support
- Upload/Download backups - Upload/Download backups
- Dockerfile now 1/5 of the size! - Dockerfile now 1/5 of the size!
- **Minor**
- Continued work on button/style unification
- Adding icons to buttons
- Migrations - Migrations
- Card based redesign - Card based redesign
- Upload from the UI - Upload from the UI
- Unified Chowdown/Nextcloud import process. - Unified Chowdown/Nextcloud import process.
- Continued work on button/style unification
- Adding icons to buttons
- New Color Theme Picker UI
### Development ### Development
- Fixed Vetur config file. Autocomplete in VSCode works! - Fixed Vetur config file. Autocomplete in VSCode works!

View file

@ -1,3 +0,0 @@
{
"include": ["./src/**/*"]
}

View file

@ -12,26 +12,26 @@
></v-file-input> ></v-file-input>
</v-col> </v-col>
<v-col cols="3"></v-col> <v-col cols="3"></v-col>
<v-row> </v-row>
<v-col> <v-row>
<v-text-field <v-col>
label="Total Time" <v-text-field
v-model="value.totalTime" label="Total Time"
></v-text-field> v-model="value.totalTime"
</v-col> ></v-text-field>
<v-col </v-col>
><v-text-field <v-col
label="Prep Time" ><v-text-field
v-model="value.prepTime" label="Prep Time"
></v-text-field v-model="value.prepTime"
></v-col> ></v-text-field
<v-col ></v-col>
><v-text-field <v-col
label="Cook Time / Perform Time" ><v-text-field
v-model="value.performTime" label="Cook Time / Perform Time"
></v-text-field v-model="value.performTime"
></v-col> ></v-text-field
</v-row> ></v-col>
</v-row> </v-row>
<v-text-field <v-text-field
class="my-3" class="my-3"