mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
style: adjust position of favorites page in dock
This commit is contained in:
@@ -298,6 +298,14 @@ function setAppWallpaperMaskingOpacity() {
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
<div
|
||||
class="dock-item"
|
||||
:class="{ active: activatedPage === AppPage.Favorites }"
|
||||
@click="changeActivatePage(AppPage.Favorites)"
|
||||
>
|
||||
<tabler:star />
|
||||
</div>
|
||||
|
||||
<Tooltip :content="$t('dock.watch_later')" :placement="tooltipPlacement">
|
||||
<button
|
||||
class="dock-item"
|
||||
@@ -308,14 +316,6 @@ function setAppWallpaperMaskingOpacity() {
|
||||
</button>
|
||||
</Tooltip>
|
||||
|
||||
<div
|
||||
class="dock-item"
|
||||
:class="{ active: activatedPage === AppPage.Favorites }"
|
||||
@click="changeActivatePage(AppPage.Favorites)"
|
||||
>
|
||||
<tabler:star />
|
||||
</div>
|
||||
|
||||
<template v-if="isVideoPage">
|
||||
<!-- dividing line -->
|
||||
<div class="divider" />
|
||||
|
||||
Reference in New Issue
Block a user