Skip to content

Commit

Permalink
Merge pull request #16 from emilebui/dev
Browse files Browse the repository at this point in the history
Fix stupid front-end shit
  • Loading branch information
emilebui committed Jun 24, 2023
2 parents aeaaba5 + 66d99b2 commit 0479d0f
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 0479d0f

Please sign in to comment.