Skip to content

Commit

Permalink
fix: mnemonic phrase popup on mobile (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-bitmaker authored Jan 24, 2023
1 parent c238d89 commit e2a8d1d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/pkview/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,8 @@
margin: 0 auto;
}
}
@media only screen and (max-width: 480px) {
.wnd.pkviewwnd #pkview .mnemonicKey {
font-size: 5vw;
}
}
12 changes: 12 additions & 0 deletions components/pkview/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,16 @@
}
}
}
}

@media only screen and (max-width: 480px) {
.wnd.pkviewwnd{

#pkview{

.mnemonicKey{
font-size: 5vw;
}
}
}
}

0 comments on commit e2a8d1d

Please sign in to comment.