Skip to content

Commit 3790cf2

Browse files
committed
🎨 fix some margin
1 parent 0f1265f commit 3790cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/renderer/components/MainPane/accountsDetails/filterBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</select>
77
</custom-field>
88

9-
<custom-field is-control="true" fa="calendar-o" type="select is-primary">
9+
<custom-field is-control="true" fa="calendar-o" type="select is-primary" style="width: 15vw">
1010
<select v-model="filters.date" @change="$root.$emit('update-filters')">
1111
<option v-for="time in timesSpan" :value="time.value">{{time.label | translate}}</option>
1212
</select>

src/renderer/settings/Settings.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</li>
2525
</ul>
2626
</div>
27-
<div class="hero-body" style="padding-top: 0">
27+
<div class="hero-body" style="padding-top: 0; padding-right: auto">
2828
<transition name="fadeUp" mode="out-in">
2929
<component v-bind:is="activeTab"></component>
3030
</transition>

0 commit comments

Comments
 (0)