Skip to content

Commit

Permalink
Tune mute/block UI
Browse files Browse the repository at this point in the history
  • Loading branch information
mei23 committed Oct 12, 2019
1 parent 3068c1f commit 793278d
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<fa icon="times"/>
</span>
</div>
<span class="more" v-if="this.muteCursor != null" @click="updateMute()">more...</span>
<ui-button v-if="this.muteCursor != null" @click="updateMute()">{{ $t('@.load-more') }}</ui-button>
</div>
</section>

Expand All @@ -26,7 +26,7 @@
<fa icon="times"/>
</span>
</div>
<span class="more" v-if="this.blockCursor != null" @click="updateBlock()">more...</span>
<ui-button v-if="this.blockCursor != null" @click="updateBlock()">{{ $t('@.load-more') }}</ui-button>
</div>
</section>

Expand Down Expand Up @@ -165,6 +165,7 @@ export default Vue.extend({
display flex
align-items center
justify-content flex-end
border-radius 6px
&:hover
background-color var(--primary)
Expand All @@ -174,9 +175,7 @@ export default Vue.extend({
cursor pointer
padding 16px
> .more
margin 16px
cursor pointer
color var(--primary)
> button
margin-top 16px
</style>

0 comments on commit 793278d

Please sign in to comment.