Skip to content

Commit

Permalink
Merge pull request #626 from pqv199x/notification
Browse files Browse the repository at this point in the history
increase gap between navbar buttons
  • Loading branch information
thanhson1085 committed May 2, 2019
2 parents dfac946 + 5b80b8a commit 19add91
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
to="/apply"
variant="primary">Become a candidate</b-button>
<b-dropdown
class="dd-setting"
class="dd-setting ml-3"
right
offset="25"
no-caret
variant="link">
<template
slot="button-content">
<i
class="tm-bell ml-1 icon-2x"
class="tm-bell icon-2x"
@click="readClick" />
<span
:class="`notification__bell tomo-status-dot tomo-status-dot--yellow`"
Expand Down Expand Up @@ -174,14 +174,14 @@
</b-dropdown>
<b-dropdown
v-if="isTomonet"
class="dd-setting"
class="dd-setting ml-3"
right
offset="25"
no-caret
variant="primary">
<template
slot="button-content">
<i class="tm-cog ml-2 icon-2x"/>
<i class="tm-cog icon-2x"/>
</template>
<b-dropdown-item
:to="`/voter/${account}`"
Expand Down

0 comments on commit 19add91

Please sign in to comment.