mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
feat: dark theme support to video page & search page
* style: adjust style of certain components * refactor: refine implementation for wallpaper mask and background effect * feat: add functionality to the top bar logo for returning to the homepage on click
This commit is contained in:
@@ -160,6 +160,7 @@ function handleKeyDown() {
|
||||
@keyup.enter="navigateToSearchResultPage(keyword)"
|
||||
@keyup.up="handleKeyUp"
|
||||
@keyup.down="handleKeyDown"
|
||||
@keydown.stop="() => {}"
|
||||
>
|
||||
<button
|
||||
p-2
|
||||
@@ -174,7 +175,7 @@ function handleKeyDown() {
|
||||
style="--un-drop-shadow: drop-shadow(0 0 6px var(--bew-theme-color)) "
|
||||
@click="navigateToSearchResultPage(keyword)"
|
||||
>
|
||||
<tabler:search />
|
||||
<tabler:search block align-middle />
|
||||
</button>
|
||||
</div>
|
||||
|
||||
@@ -205,7 +206,7 @@ function handleKeyDown() {
|
||||
pointer-events-auto
|
||||
cursor-pointer
|
||||
text="base $bew-text-2"
|
||||
leading-0
|
||||
leading-0 p-0
|
||||
@click.stop="handleDelete(item.value)"
|
||||
>
|
||||
<ic-baseline-clear />
|
||||
|
||||
Reference in New Issue
Block a user