Skip to content

Commit

Permalink
Update random.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
stkgf authored Feb 8, 2024
1 parent 3a81822 commit 93f0f3e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions random.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3671,13 +3671,13 @@ a.post__card:hover .icon.bottom {
}

html #popup-overlay {
-webkit-backdrop-filter: blur(100px);
backdrop-filter : blur(100px);
-webkit-backdrop-filter: blur(10px);
backdrop-filter : blur(10px);
background : #00176a33;
content : "";
position : absolute;
top : 0;
z-index : 1000
z-index : 100
}

html #popup-overlay,
Expand All @@ -3689,7 +3689,6 @@ html #search-popup {

html #search-popup {
align-items : center;
align-items : right;
display : flex;
justify-content: center;
position : fixed;
Expand Down

0 comments on commit 93f0f3e

Please sign in to comment.