Skip to content

Commit

Permalink
Fix stupid front-end shit
Browse files Browse the repository at this point in the history
  • Loading branch information
emilebui committed Jun 24, 2023
1 parent 4d9efe9 commit 66d99b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Menu/GameSettingPopup.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* The switch - the box around the slider */
.gs_container {
width: 100%;
width: 90%;
text-align: left;
color: #ffffff;
display: flex;
Expand Down
3 changes: 1 addition & 2 deletions src/components/Popup/Popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@
align-items: center;
flex-direction: column;
z-index: 3;

background: transparent;
border: 2px solid rgba(255, 255, 255, 0.5);
border-radius: 20px;
backdrop-filter: blur(15px);
overflow: auto;
overflow: hidden;
opacity: 0;
transition: 300ms;
transform: scale(0);
Expand Down

0 comments on commit 66d99b2

Please sign in to comment.