Skip to content

Commit

Permalink
Make images better visible during selection
Browse files Browse the repository at this point in the history
  • Loading branch information
3r1co committed Jul 1, 2024
1 parent 731ac19 commit aa5cf0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/VideoSelector.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ body {
}

form {
background: rgba(255, 255, 255, 0.5); /* Add transparency to the form */
background: rgba(255, 255, 255, 0.3); /* Add transparency to the form */
padding: 20px;
border-radius: 8px;
backdrop-filter: blur(5px); /* Add blur effect to the form background */
backdrop-filter: blur(1px); /* Add blur effect to the form background */
max-width: 400px;
width: 100%;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
Expand Down

0 comments on commit aa5cf0e

Please sign in to comment.