Skip to content

Commit

Permalink
client: wip height
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham-Lal committed Apr 22, 2024
1 parent 2b11aa3 commit 5734a39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion client/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@
padding: 10px;
padding-top: 70px;
width: 100%;
max-height: 100dvh;
}

#main.expand {
Expand Down
6 changes: 2 additions & 4 deletions client/src/components/modal/auth/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@
top: 0;
left: 0;
right: 0;
max-height: 100dvh;
height: 100%;
height: 100dvh;
backdrop-filter: blur(8px);
display: flex;
align-items: center;
justify-content: center;
user-select: none;
overflow-y: auto;
}

.auth__container {
Expand Down Expand Up @@ -282,7 +280,7 @@
@media screen and (max-width: 480px) {
.auth__container {
width: 100%;
height: 100%;
height: 100dvh;
flex-direction: column;
border: none;
border-radius: unset;
Expand Down

0 comments on commit 5734a39

Please sign in to comment.