Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Backdrop maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
eoussama committed Jan 12, 2024
1 parent 56116ed commit e28c04a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/maximize.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
display: flex;
align-items: center;
justify-content: center;

backdrop-filter: blur(8px);
background-color: rgba(255, 255, 255, 0.5);
}

.maximizeable.maximized>.card {
Expand All @@ -24,6 +27,4 @@

max-width: 1000px;
max-height: 700px;

backdrop-filter: blur(15px);
}

0 comments on commit e28c04a

Please sign in to comment.