Add bottom padding below advanced checkbox in config sheet (#2846)

Signed-off-by: Yannick Schaus <github@schaus.net>
pull/2848/head
Yannick Schaus 2024-10-29 20:58:04 +01:00 committed by GitHub
parent 9b55947508
commit 21e429a3e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<f7-block v-if="parameters" class="config-sheet no-margin" ref="sheet"> <f7-block v-if="parameters" class="config-sheet no-margin" ref="sheet">
<div style="text-align:right" class="padding-right" v-if="hasAdvanced"> <div style="text-align:right" class="padding-right padding-bottom" v-if="hasAdvanced">
<label @click="toggleAdvanced" class="advanced-label">Show advanced</label> <f7-checkbox :checked="showAdvanced" @change="toggleAdvanced" /> <label @click="toggleAdvanced" class="advanced-label">Show advanced</label> <f7-checkbox :checked="showAdvanced" @change="toggleAdvanced" />
</div> </div>
<f7-col> <f7-col>