Skip to content

Commit

Permalink
Disable backdrop filter blur at login pin dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
amarullz committed May 1, 2024
1 parent fc5af1d commit 623b5bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/assets/view/login/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,12 +224,12 @@ img.usr_wallpaper{
transform: scale(1);
opacity: 1;
}
@supports (backdrop-filter: blur(.6vw)) {
/* @supports (backdrop-filter: blur(.6vw)) {
.pin{
background-color: rgba(30,30,30,.65);
backdrop-filter: blur(.6vw);
}
}
} */
.pin .user_item{
position: relative;
vertical-align: middle;
Expand Down

0 comments on commit 623b5bf

Please sign in to comment.