mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: correct the truncation of save to watch later tooltip (#870)
close #870
This commit is contained in:
@@ -357,10 +357,10 @@ function handleUndo() {
|
||||
duration-300
|
||||
@click.prevent="toggleWatchLater"
|
||||
>
|
||||
<Tooltip v-if="!isInWatchLater" :content="$t('common.save_to_watch_later')" placement="bottom" type="dark">
|
||||
<Tooltip v-if="!isInWatchLater" :content="$t('common.save_to_watch_later')" placement="bottom-right" type="dark">
|
||||
<div i-mingcute:carplay-line />
|
||||
</Tooltip>
|
||||
<Tooltip v-else :content="$t('common.added')" placement="bottom" type="dark">
|
||||
<Tooltip v-else :content="$t('common.added')" placement="bottom-right" type="dark">
|
||||
<Icon icon="line-md:confirm" />
|
||||
</Tooltip>
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user