mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Merge pull request #1697 from thecashewtrader/add-to-playlist-margin
Fix Add to playlist button margin
This commit is contained in:
commit
d6375647ed
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
||||||
<!-- Verified Badge -->
|
<!-- Verified Badge -->
|
||||||
<font-awesome-icon class="ml-1" v-if="video.uploaderVerified" icon="check" />
|
<font-awesome-icon class="ml-1" v-if="video.uploaderVerified" icon="check" />
|
||||||
</div>
|
</div>
|
||||||
<div class="flex relative ml-auto children:mx-1 items-center">
|
<div class="flex relative ml-auto children:mr-1 items-center">
|
||||||
<button class="btn" v-if="authenticated" @click="showModal = !showModal">
|
<button class="btn" v-if="authenticated" @click="showModal = !showModal">
|
||||||
{{ $t("actions.add_to_playlist") }}<font-awesome-icon class="ml-1" icon="circle-plus" />
|
{{ $t("actions.add_to_playlist") }}<font-awesome-icon class="ml-1" icon="circle-plus" />
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue