0.27.0 cleanup #2182
1 changed files with 15 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue