0.27.0 cleanup #2182

Merged
neb-b merged 12 commits from 0.27.0-cleanup into master 2019-01-14 19:40:07 +01:00
Showing only changes of commit 8459aa4a00 - Show all commits

View file

@ -76,7 +76,7 @@
flex-direction: column;
justify-content: center;
padding: 0 var(--spacing-vertical-large);
background-color: rgba($lbry-black, 0.7);
background-color: #000;
}
.content__loading-text {
@ -86,10 +86,12 @@
.content__view {
width: 100%;
height: 100%;
background-color: #000;
top: 0;
left: 0;
align-items: center;
display: flex;
justify-content: center;
position: absolute;
iframe {
width: 100%;
@ -97,3 +99,14 @@
background-color: $lbry-white;
}
}
.content__view--container {
width: 100%;
height: 100%;
top: 0;
left: 0;
align-items: center;
display: flex;
justify-content: center;
position: absolute;
}