mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
fix: align buttons
This commit is contained in:
parent
1dd1948a4d
commit
5dcd061b2a
@ -101,7 +101,7 @@ b {
|
||||
}
|
||||
|
||||
.btn {
|
||||
@apply h-full py-2 lt-md:px-2 md:px-4 rounded cursor-pointer;
|
||||
@apply py-2 lt-md:px-2 md:px-4 rounded cursor-pointer inline-block;
|
||||
}
|
||||
|
||||
.reset {
|
||||
|
@ -74,7 +74,7 @@
|
||||
<!-- Verified Badge -->
|
||||
<font-awesome-icon class="ml-1" v-if="video.uploaderVerified" icon="check" />
|
||||
</div>
|
||||
<div class="flex relative ml-auto children:mx-1">
|
||||
<div class="flex relative ml-auto children:mx-1 items-center">
|
||||
<button class="btn" v-if="authenticated" @click="showModal = !showModal">
|
||||
{{ $t("actions.add_to_playlist") }}<font-awesome-icon class="ml-1" icon="circle-plus" />
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user