Skip to content

Commit

Permalink
fix: flip button positions
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Dec 19, 2019
1 parent 54c924f commit a19c16c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/action/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
{{ getText('extensionName') }}
</div>
<div class="header-buttons">
<v-icon-button
class="contribute-button"
src="/src/contribute/assets/heart.svg"
@click="showContribute"
>
</v-icon-button>

<v-icon-button
class="settings-button"
@click="showActionSettings = !showActionSettings"
Expand All @@ -24,6 +17,13 @@
/>
</v-icon-button>

<v-icon-button
class="contribute-button"
src="/src/contribute/assets/heart.svg"
@click="showContribute"
>
</v-icon-button>

<v-icon-button
class="menu-button"
src="/src/icons/misc/more.svg"
Expand Down Expand Up @@ -322,7 +322,7 @@ body {
white-space: nowrap;
padding-top: 16px;
padding-left: 16px;
padding-right: 8px;
padding-right: 4px;
}
.title {
Expand Down Expand Up @@ -356,11 +356,11 @@ body {
}
.contribute-button {
margin-right: 8px;
margin-right: 4px;
}
.settings-button {
margin-right: 4px;
margin-right: 12px;
}
.action-menu {
Expand Down

0 comments on commit a19c16c

Please sign in to comment.