mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-03 05:10:26 +03:00
refactor: migrate css from vuetify to unocss for PlayButton
This commit is contained in:
committed by
Fernando Fernández
parent
b53ccc0ce5
commit
209a620f96
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="d-inline-flex">
|
||||
<div class="uno-inline-flex">
|
||||
<VBtn
|
||||
v-if="canPlay(item) && (fab || iconOnly)"
|
||||
:variant="iconOnly ? undefined : 'elevated'"
|
||||
@@ -19,7 +19,7 @@
|
||||
v-else-if="!fab"
|
||||
:disabled="disabled || !canPlay(item)"
|
||||
:loading="loading"
|
||||
class="mr-2"
|
||||
class="uno-mr-2"
|
||||
color="primary"
|
||||
min-width="8em"
|
||||
variant="flat"
|
||||
|
||||
Reference in New Issue
Block a user