Skip to content

Commit

Permalink
Make touch target for theme switch bigger
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeaCat committed Jan 11, 2021
1 parent 2687f78 commit 676e3ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
<div :class="{ app:true, desktop: desktop }">
<div class="header">
Albums By Year
<div class="theme-controls">
<div class="theme-controls" @click="changeTheme">
Theme:
<font-awesome-icon class="theme-icon"
:icon="theme.icon"
@click="changeTheme"
:title="theme.label"/>
</div>
</div>
Expand Down

0 comments on commit 676e3ca

Please sign in to comment.