Merge pull request #600 from jellyfin/fix/playbuttonmargin

fix(item): add bottom margin to play button
This commit is contained in:
Fernando Fernández 2021-01-18 23:22:35 +01:00 committed by GitHub
commit 038d8012c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@
<media-info :item="item" year runtime rating ends-at />
</div>
<v-row
class="mt-4 align-center"
class="my-4 align-center"
:class="{
'justify-center': !$vuetify.breakpoint.mdAndUp,
'ml-1': $vuetify.breakpoint.mdAndUp