mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-02 12:49:02 -05:00
increased right/left padding in bottom nav
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<!-- bottom button nav -->
|
<!-- bottom button nav -->
|
||||||
<div class="fixed-bottom p-1 pt-2 border-top text-center d-lg-none" style="background: white">
|
<div class="fixed-bottom p-1 pt-2 pl-2 pr-2 border-top text-center d-lg-none" style="background: white">
|
||||||
<div class="d-flex flex-row justify-content-around">
|
<div class="d-flex flex-row justify-content-around">
|
||||||
<div class="flex-column" v-if="show_button_1">
|
<div class="flex-column" v-if="show_button_1">
|
||||||
<slot name="button_1">
|
<slot name="button_1">
|
||||||
|
|||||||
Reference in New Issue
Block a user