Skip to content

Commit

Permalink
Launcher Ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MadjikDotPng authored Sep 11, 2023
1 parent 28f38b6 commit d82fc8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Launcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ class Launcher {
width: min(70%, 35em);
height: min(60%, 30em);
background-color: rgba(22, 22, 22, 0.8);
border: 1px solid rgba(0, 0, 0, 0.3);
border: 2px solid rgba(22, 22, 22, 0.6);
border-radius: 1em;
bottom: 5.25em;
bottom: 4.25em;
backdrop-filter: blur(5px);
display: flex;
flex-direction: column;
Expand Down

0 comments on commit d82fc8c

Please sign in to comment.