mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-19 05:09:40 +02:00
Style/update mobile styles (#1008)
* update styling for mobile * remove Coming Soon
This commit is contained in:
parent
faf88ff820
commit
6a5fd8e4f8
4 changed files with 42 additions and 24 deletions
|
@ -1,6 +1,13 @@
|
|||
<template>
|
||||
<div>
|
||||
<v-chip v-for="(time, index) in allTimes" :key="index" label color="accent custom-transparent" class="ma-1">
|
||||
<v-chip
|
||||
v-for="(time, index) in allTimes"
|
||||
:key="index"
|
||||
:small="$vuetify.breakpoint.smAndDown"
|
||||
label
|
||||
color="accent custom-transparent"
|
||||
class="ma-1"
|
||||
>
|
||||
<v-icon left>
|
||||
{{ $globals.icons.clockOutline }}
|
||||
</v-icon>
|
||||
|
@ -58,7 +65,7 @@ export default defineComponent({
|
|||
return {
|
||||
showCards,
|
||||
allTimes,
|
||||
}
|
||||
};
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue