GET /1272f6e9e8f9d6bfd6de.png results in 404 #2781

This commit is contained in:
nicolargo 2024-05-25 15:45:34 +02:00
parent e5e5cf4c01
commit a129c1b337
4 changed files with 16 additions and 17 deletions

View File

@ -218,23 +218,23 @@ body {
padding-left: 10px;
}
/* Loading page */
// /* Loading page */
#loading-page .glances-logo {
background: url('../images/glances.png') no-repeat center center;
background-size: contain;
}
// #loading-page .glances-logo {
// background: url('../images/glances.png') no-repeat center center;
// background-size: contain;
// }
@media (max-width: 750px) {
#loading-page .glances-logo {
height: 400px;
}
}
@media (min-width: 750px) {
#loading-page .glances-logo {
height: 500px;
}
}
// @media (max-width: 750px) {
// #loading-page .glances-logo {
// height: 400px;
// }
// }
// @media (min-width: 750px) {
// #loading-page .glances-logo {
// height: 500px;
// }
// }
/*

View File

@ -1,7 +1,6 @@
<template>
<div v-if="!dataLoaded" class="container-fluid" id="loading-page">
<div class="glances-logo"></div>
<div class="loader">Loading...</div>
<div class="loader">Glances is loading...</div>
</div>
<glances-help v-else-if="args.help_tag"></glances-help>
<main v-else>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.