mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
refactor: utilize backdrop-glass shortcut to achieve frosted glass
This commit is contained in:
@@ -202,7 +202,7 @@ function setAppAppearance() {
|
||||
p-2 m-2 bg="$bew-content-1" flex="~ col gap-2 shrink-0"
|
||||
rounded="$bew-radius" border="1px $bew-fill-1"
|
||||
shadow="$bew-shadow-2"
|
||||
style="backdrop-filter: var(--bew-filter-glass)"
|
||||
backdrop-glass
|
||||
>
|
||||
<Tooltip :content="$t('dock.search')" :placement="tooltipPlacement">
|
||||
<button
|
||||
|
||||
@@ -168,7 +168,7 @@ function scrollToTop(element: HTMLElement, duration: number) {
|
||||
bg="$bew-content-1"
|
||||
z="2"
|
||||
un-border="!rounded-t-$bew-radius"
|
||||
style="backdrop-filter: var(--bew-filter-glass)"
|
||||
backdrop-glass
|
||||
>
|
||||
<h3 cursor="pointer" font-600 @click="scrollToTop(favoriteVideosWrap, 300)">
|
||||
{{ activatedFavoriteTitle }}
|
||||
|
||||
Reference in New Issue
Block a user