Skip to content

Commit

Permalink
Add bottom padding below advanced checkbox in config sheet (#2846)
Browse files Browse the repository at this point in the history
Signed-off-by: Yannick Schaus <github@schaus.net>
  • Loading branch information
ghys authored Oct 29, 2024
1 parent 9b55947 commit 21e429a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<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" />
</div>
<f7-col>
Expand Down

0 comments on commit 21e429a

Please sign in to comment.