Skip to content

Commit

Permalink
ui: adjust header of NativeAppsCard, so it's consistent with other cards
Browse files Browse the repository at this point in the history
  • Loading branch information
avakarev committed Oct 29, 2023
1 parent 2a2a902 commit 1fa39d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/awtrix/NativeAppsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<BtnIcon
v-if="awtrixStore.hasSettings"
icon="rewind-circle"
class="fs-5 ps-2"
class="fs-6 ps-2 py-0"
@click="awtrixStore.prevApp" />
<BtnIcon
v-if="awtrixStore.hasSettings"
icon="fast-forward-circle"
class="fs-5 px-0"
class="fs-6 px-0 py-0"
@click="awtrixStore.nextApp" />
</span>
<BtnIcon icon="sliders" class="fs-6 py-0" @click="showGeneralSettingsModal" />
Expand Down

0 comments on commit 1fa39d8

Please sign in to comment.