Skip to content

Commit

Permalink
fixes issues in mobile for login methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Chakravarthy7102 committed Mar 19, 2024
1 parent c773176 commit 271db5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 4 additions & 0 deletions src/ui/components/copyText/CopyText.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
max-width: 180px;
flex: 1;
padding-right: 4px;

@media (max-width: 600px) {
max-width: 80px;
}
}
.copy-text-action {
cursor: pointer;
Expand Down
8 changes: 2 additions & 6 deletions src/ui/components/userDetail/loginMethods/loginMethods.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;

.copy-text-wrapper {
Expand All @@ -49,6 +50,7 @@

@media screen and (max-width: 900px) {
gap: 14px;
flex-direction: column;
.user-id-span {
margin-left: 0;

Expand Down Expand Up @@ -107,12 +109,6 @@
}
}

@media (max-width: 638px) {
.left {
flex-direction: column;
}
}

@media (max-width: 480px) {
.method {
.method-header {
Expand Down

0 comments on commit 271db5a

Please sign in to comment.