mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-13 20:06:33 +00:00
feat: add media query for regenerate id container
This commit is contained in:
parent
2f94f1a259
commit
eb5a1dbc42
@ -31,6 +31,7 @@ const GenerateId = ({ isAwaitingPairing }: GenerateIdProps) => {
|
||||
<YStack space={'$2'}>
|
||||
<div
|
||||
style={{ display: 'flex', justifyContent: 'space-between' }}
|
||||
className={styles['regenerate-id-container']}
|
||||
>
|
||||
<StatusText size={19} weight={'semibold'}>
|
||||
Pair with Command line
|
||||
|
6
src/pages/PairDevice/pairDevice.module.css
Normal file
6
src/pages/PairDevice/pairDevice.module.css
Normal file
@ -0,0 +1,6 @@
|
||||
@media screen and (max-width: 440px) {
|
||||
.regenerate-id-container {
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user