mirror of
https://github.com/woodchen-ink/CoverView.git
synced 2025-07-19 06:21:56 +08:00
fix: fix bakdrop blur inconsistancy issue
This commit is contained in:
parent
e2ce7e5f61
commit
5f924efdef
@ -27,7 +27,7 @@ const BackgroundTheme = ({ config }) => {
|
||||
</div>
|
||||
|
||||
|
||||
<div className=" backdrop-blur-sm h-full bg-gray-800/60 absolute top-0 right-0 left-0 ">
|
||||
<div className="h-full bg-gray-800/60 absolute top-0 right-0 left-0 ">
|
||||
<button
|
||||
onClick={() => setUnsplashImage('')}
|
||||
className="absolute top-2 right-2 cursor-pointer">
|
||||
|
Loading…
x
Reference in New Issue
Block a user