fix(TopBar): add offset to prevent watch later popup overflowing

This commit is contained in:
hakadao
2024-06-14 02:24:31 +08:00
parent d618695c64
commit ab9d6b08bb

View File

@@ -690,7 +690,7 @@ defineExpose({
</a>
<Transition name="slide-in">
<WatchLaterPop v-if="popupVisible.watchLater" class="bew-popover" />
<WatchLaterPop v-if="popupVisible.watchLater" class="bew-popover" ml--30px />
</Transition>
</div>