mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Fix height of first-time-flow container, again but different
This commit is contained in:
parent
d6a5483766
commit
352ba85272
@ -8,7 +8,6 @@
|
||||
|
||||
.first-time-flow {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #fff;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
@ -18,6 +17,12 @@
|
||||
font-family: Roboto;
|
||||
}
|
||||
|
||||
@media screen and (min-height: 576px) {
|
||||
.first-time-flow {
|
||||
height: 100vh;
|
||||
}
|
||||
}
|
||||
|
||||
.alpha-warning__container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
Loading…
Reference in New Issue
Block a user