Skip to content

Commit

Permalink
Merge pull request #2322 from daostack/bugfix/CW-2315-mobile-chat-red…
Browse files Browse the repository at this point in the history
…undant-gap

Spare space above the chat in mobile #2315
  • Loading branch information
budnik9 authored Nov 20, 2023
2 parents 4ed9169 + 02a0471 commit f7898a3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
margin-bottom: var(--chat-input-wrapper-height);

@include big-phone {
margin-bottom: 0;
--chat-input-wrapper-height: 2.5rem;
padding: 0.5rem 0.75rem 0 0.5rem;
}
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../../../../../../constants";
@import "../../../../../../styles/sizes";

.modal {
height: 90vh;
Expand All @@ -10,6 +11,10 @@
padding: 0;
}
}

@include big-phone {
height: 100vh;
}
}

.headerTitleWrapper {
Expand Down

0 comments on commit f7898a3

Please sign in to comment.