Fix loading spinner z-index

This commit is contained in:
natsoni 2024-07-26 00:00:14 +02:00
parent 008cc385da
commit 3c7deafffd
No known key found for this signature in database
GPG Key ID: C65917583181743B
29 changed files with 32 additions and 32 deletions

View File

@ -23,7 +23,7 @@ import { RelativeUrlPipe } from '../../../shared/pipes/relative-url/relative-url
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -30,7 +30,7 @@ const periodSeconds = {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -23,7 +23,7 @@ import { ActivatedRoute, Router } from '@angular/router';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -23,7 +23,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -24,7 +24,7 @@ import { RelativeUrlPipe } from '../../shared/pipes/relative-url/relative-url.pi
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -21,7 +21,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -23,7 +23,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -21,7 +21,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -15,7 +15,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
}) })

View File

@ -23,7 +23,7 @@ import { seoDescriptionNetwork } from '../../shared/common.utils';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -59,7 +59,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
.loadingGraphs.widget { .loadingGraphs.widget {
top: 75%; top: 75%;

View File

@ -28,7 +28,7 @@ interface Hashrate {
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -17,7 +17,7 @@ const OUTLIERS_MEDIAN_MULTIPLIER = 4;
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 16px); left: calc(50% - 16px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -11,7 +11,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 16px); left: calc(50% - 16px);
z-index: 100; z-index: 99;
} }
`], `],
templateUrl: './lbtc-pegs-graph.component.html', templateUrl: './lbtc-pegs-graph.component.html',

View File

@ -2,5 +2,5 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 16px); left: calc(50% - 16px);
z-index: 100; z-index: 99;
} }

View File

@ -1,7 +1,7 @@
.sticky-loading { .sticky-loading {
position: absolute; position: absolute;
right: 10px; right: 10px;
z-index: 100; z-index: 99;
font-size: 14px; font-size: 14px;
@media (width >= 992px) { @media (width >= 992px) {
left: 32px; left: 32px;

View File

@ -18,7 +18,7 @@ import { download, formatterXAxis, formatterXAxisLabel } from '../../shared/grap
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 16px); left: calc(50% - 16px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -60,7 +60,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
.pool-distribution { .pool-distribution {

View File

@ -167,7 +167,7 @@ div.scrollable {
.loadingGraphs { .loadingGraphs {
position: absolute; position: absolute;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
top: 475px; top: 475px;
@media (max-width: 992px) { @media (max-width: 992px) {
top: 600px; top: 600px;

View File

@ -49,7 +49,7 @@
position: relative; position: relative;
background: var(--nav-bg); background: var(--nav-bg);
box-shadow: 0 -5px 15px #000; box-shadow: 0 -5px 15px #000;
z-index: 100; z-index: 99;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;

View File

@ -68,7 +68,7 @@ h3 {
.loading-spinner { .loading-spinner {
position: absolute; position: absolute;
top: 400px; top: 400px;
z-index: 100; z-index: 99;
width: 100%; width: 100%;
left: 0; left: 0;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {

View File

@ -16,7 +16,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
}) })

View File

@ -19,7 +19,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
}) })

View File

@ -102,7 +102,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
top: 550px; top: 550px;
} }
@ -110,7 +110,7 @@
.loading-spinner.widget { .loading-spinner.widget {
position: absolute; position: absolute;
top: 200px; top: 200px;
z-index: 100; z-index: 99;
width: 100%; width: 100%;
left: 0; left: 0;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
@ -120,7 +120,7 @@
.loading-spinner.nodepage { .loading-spinner.nodepage {
position: absolute; position: absolute;
top: 200px; top: 200px;
z-index: 100; z-index: 99;
width: 100%; width: 100%;
left: 0; left: 0;
} }
@ -128,7 +128,7 @@
.loading-spinner.channelpage { .loading-spinner.channelpage {
position: absolute; position: absolute;
top: 400px; top: 400px;
z-index: 100; z-index: 99;
width: 100%; width: 100%;
left: 0; left: 0;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {

View File

@ -8,7 +8,7 @@
left: 0; left: 0;
right: 0; right: 0;
width: 100%; width: 100%;
z-index: 100; z-index: 99;
} }
.spinner-border { .spinner-border {

View File

@ -68,7 +68,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
top: 550px; top: 550px;
} }

View File

@ -22,7 +22,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,

View File

@ -46,7 +46,7 @@
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
.pool-distribution { .pool-distribution {

View File

@ -22,7 +22,7 @@ import { StateService } from '../../services/state.service';
position: absolute; position: absolute;
top: 50%; top: 50%;
left: calc(50% - 15px); left: calc(50% - 15px);
z-index: 100; z-index: 99;
} }
`], `],
}) })