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:
@@ -72,7 +72,7 @@ defineProps<{
|
||||
<img
|
||||
:src="`${removeHttpFromUrl(cover)}@466w_622h.webp`"
|
||||
:alt="title"
|
||||
rounded="$bew-radius" aspect="12/16"
|
||||
rounded="$bew-radius" aspect="12/16" max-w-full w-full
|
||||
>
|
||||
|
||||
<!-- image after hovering -->
|
||||
|
||||
Reference in New Issue
Block a user