chore(deps): upgrade prettier, and tailwind (#2351)
This commit is contained in:
@@ -378,7 +378,7 @@ const ManageSlideOver = ({
|
||||
</div>
|
||||
</div>
|
||||
{!!watchData.data.users.length && (
|
||||
<div className="flex flex-row space-x-2 px-4 pt-3 pb-2">
|
||||
<div className="flex flex-row space-x-2 px-4 pb-2 pt-3">
|
||||
<span className="shrink-0 font-bold leading-8">
|
||||
{intl.formatMessage(messages.playedby)}
|
||||
</span>
|
||||
@@ -391,7 +391,7 @@ const ManageSlideOver = ({
|
||||
: `/users/${user.id}`
|
||||
}
|
||||
key={`watch-user-${user.id}`}
|
||||
className="z-0 mb-1 -mr-2 shrink-0 hover:z-50"
|
||||
className="z-0 -mr-2 mb-1 shrink-0 hover:z-50"
|
||||
>
|
||||
<Tooltip
|
||||
key={`watch-user-${user.id}`}
|
||||
@@ -540,7 +540,7 @@ const ManageSlideOver = ({
|
||||
</div>
|
||||
</div>
|
||||
{!!watchData.data4k.users.length && (
|
||||
<div className="flex flex-row space-x-2 px-4 pt-3 pb-2">
|
||||
<div className="flex flex-row space-x-2 px-4 pb-2 pt-3">
|
||||
<span className="shrink-0 font-bold leading-8">
|
||||
{intl.formatMessage(messages.playedby)}
|
||||
</span>
|
||||
@@ -553,7 +553,7 @@ const ManageSlideOver = ({
|
||||
: `/users/${user.id}`
|
||||
}
|
||||
key={`watch-user-${user.id}`}
|
||||
className="z-0 mb-1 -mr-2 shrink-0 hover:z-50"
|
||||
className="z-0 -mr-2 mb-1 shrink-0 hover:z-50"
|
||||
>
|
||||
<Tooltip
|
||||
key={`watch-user-${user.id}`}
|
||||
@@ -711,9 +711,9 @@ const ManageSlideOver = ({
|
||||
MediaServerType.EMBY
|
||||
? 'Emby'
|
||||
: settings.currentSettings.mediaServerType ===
|
||||
MediaServerType.PLEX
|
||||
? 'Plex'
|
||||
: 'Jellyfin',
|
||||
MediaServerType.PLEX
|
||||
? 'Plex'
|
||||
: 'Jellyfin',
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user