Fix loading spinner in player
This commit is contained in:
parent
9b7d1c723d
commit
20206dfb0b
|
@ -7,7 +7,7 @@
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 600px) {
|
||||||
width: calc(100% - 150px);
|
width: calc(100% - 150px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div *ngIf="videoNotFound" id="video-not-found">Video not found :'(</div>
|
<div *ngIf="videoNotFound" id="video-not-found">Video not found :'(</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<!-- Video information -->
|
<!-- Video information -->
|
||||||
<div *ngIf="video" class="margin-content video-bottom">
|
<div *ngIf="video" class="margin-content video-bottom">
|
||||||
<div class="video-info">
|
<div class="video-info">
|
||||||
<div class="video-info-name-actions">
|
<div class="video-info-name-actions">
|
||||||
<div class="video-info-name">{{ video.name }}</div>
|
<div class="video-info-name">{{ video.name }}</div>
|
||||||
|
@ -149,6 +148,7 @@
|
||||||
<my-video-miniature [video]="video" [user]="user"></my-video-miniature>
|
<my-video-miniature [video]="video" [user]="user"></my-video-miniature>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ng-template [ngIf]="video !== null">
|
<ng-template [ngIf]="video !== null">
|
||||||
|
|
|
@ -216,14 +216,18 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 800px) {
|
@media screen and (max-width: 1000px) {
|
||||||
.other-videos {
|
.other-videos {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
.video-bottom {
|
.video-bottom {
|
||||||
|
margin: 20px 0 0 0;
|
||||||
|
|
||||||
.video-info {
|
.video-info {
|
||||||
margin-right: 10px;
|
margin-right: 0;
|
||||||
|
|
||||||
.video-info-name-actions {
|
.video-info-name-actions {
|
||||||
align-items: left;
|
align-items: left;
|
||||||
|
|
|
@ -107,35 +107,6 @@ label {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
// On small screen, menu is absolute
|
|
||||||
@media screen and (max-width: 800px) {
|
|
||||||
.title-menu-left {
|
|
||||||
width: 150px !important;
|
|
||||||
position: absolute !important;
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.main-col {
|
|
||||||
margin-left: 0;
|
|
||||||
|
|
||||||
&, &.expanded {
|
|
||||||
.margin-content {
|
|
||||||
margin-left: 10px;
|
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sub-menu {
|
|
||||||
padding-left: 10px;
|
|
||||||
margin-bottom: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
input[type=text], input[type=password] {
|
|
||||||
width: 100% !important;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d
|
// Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d
|
||||||
.glyphicon-refresh-animate {
|
.glyphicon-refresh-animate {
|
||||||
-animation: spin .7s infinite linear;
|
-animation: spin .7s infinite linear;
|
||||||
|
@ -330,3 +301,32 @@ p-datatable {
|
||||||
@include peertube-button-link;
|
@include peertube-button-link;
|
||||||
@include grey-button;
|
@include grey-button;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// On small screen, menu is absolute
|
||||||
|
@media screen and (max-width: 800px) {
|
||||||
|
.title-menu-left {
|
||||||
|
width: 150px !important;
|
||||||
|
position: absolute !important;
|
||||||
|
z-index: 10000;
|
||||||
|
}
|
||||||
|
|
||||||
|
.main-col {
|
||||||
|
margin-left: 0;
|
||||||
|
|
||||||
|
&, &.expanded {
|
||||||
|
.margin-content {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sub-menu {
|
||||||
|
padding-left: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
input[type=text], input[type=password] {
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -28,10 +28,6 @@ $control-bar-height: 34px;
|
||||||
$big-play-width: 3em;
|
$big-play-width: 3em;
|
||||||
$big-play-height: 1.5em;
|
$big-play-height: 1.5em;
|
||||||
|
|
||||||
line-height: $big-play-height;
|
|
||||||
height: $big-play-height;
|
|
||||||
width: $big-play-width;
|
|
||||||
|
|
||||||
border: 0;
|
border: 0;
|
||||||
border-radius: 0.3em;
|
border-radius: 0.3em;
|
||||||
|
|
||||||
|
@ -39,10 +35,7 @@ $control-bar-height: 34px;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
margin-left: -($big-play-width / 2);
|
margin-left: -($big-play-width / 2);
|
||||||
margin-top: -($big-play-height / 2);
|
margin-top: -($big-play-height / 2);
|
||||||
}
|
background-color: transparent !important;
|
||||||
|
|
||||||
&:hover .vjs-big-play-button {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vjs-control-bar,
|
.vjs-control-bar,
|
||||||
|
@ -321,13 +314,8 @@ $control-bar-height: 34px;
|
||||||
|
|
||||||
// Thanks: https://projects.lukehaas.me/css-loaders/
|
// Thanks: https://projects.lukehaas.me/css-loaders/
|
||||||
.vjs-loading-spinner {
|
.vjs-loading-spinner {
|
||||||
margin: 0 !important;
|
|
||||||
//position: absolute;
|
|
||||||
// 15px is the nav bar height
|
|
||||||
top: calc(50% - 15px);
|
|
||||||
left: 50%;
|
left: 50%;
|
||||||
font-size: 10px;
|
font-size: 10px;
|
||||||
position: relative;
|
|
||||||
text-indent: -9999em;
|
text-indent: -9999em;
|
||||||
border: 0.7em solid rgba(255, 255, 255, 0.2);
|
border: 0.7em solid rgba(255, 255, 255, 0.2);
|
||||||
border-left-color: #ffffff;
|
border-left-color: #ffffff;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user