1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Make the LoadingScreen component 100% as tall as its container

This commit is contained in:
Whymarrh Whitby 2018-09-19 15:33:53 -02:30
parent b1b5968e5e
commit 4c37669557

View File

@ -8,18 +8,9 @@
align-items: center;
flex: 1 1 auto;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, .8);
@media screen and (max-width: 575px) {
margin-top: 66px;
height: calc(100% - 66px);
}
@media screen and (min-width: 576px) {
margin-top: 75px;
height: calc(100% - 75px);
}
&__container {
position: absolute;
top: 33%;