1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 09:57:02 +01:00

Fix height of first-time-flow container, again but different

This commit is contained in:
Whymarrh Whitby 2018-09-24 19:30:17 -02:30
parent d6a5483766
commit 352ba85272

View File

@ -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;