mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-23 03:35:15 +00:00
fix: small CSS change
This commit is contained in:
parent
ff23d2f9a9
commit
167966d2fe
1 changed files with 2 additions and 2 deletions
|
@ -68,14 +68,14 @@
|
|||
</collapsable-text>
|
||||
<div class="toolbar">
|
||||
<v-btn-toggle v-model="voteStatus" group>
|
||||
<div class="toolbar--item">
|
||||
<div class="toolbar--item mr-1">
|
||||
<v-btn class="toolbar--button like" disabled icon x-small plain>
|
||||
<v-icon small>mdi-thumb-up</v-icon>
|
||||
</v-btn>
|
||||
<span
|
||||
v-if="commentRenderer.voteCount"
|
||||
v-text="commentRenderer.voteCount.simpleText"
|
||||
class="like-count mr-1 subtitle-2"
|
||||
class="like-count subtitle-2"
|
||||
></span>
|
||||
</div>
|
||||
<div class="toolbar--item">
|
||||
|
|
Loading…
Reference in a new issue