Ajout du status fermé et flushing a gauche

This commit is contained in:
EpicKiwi 2023-06-15 12:15:22 +02:00
parent 1cde507372
commit ee72d9e12b
Signed by: epickiwi
GPG Key ID: C4B28FD2729941CE
4 changed files with 7 additions and 3 deletions

View File

@ -263,8 +263,12 @@ a.status-container > p {
}
img.status-icon {
max-width: 125px;
max-width: 100px;
display: block;
margin-left: auto;
margin-right: auto;
}
aside img.status-icon {
margin-left: 0;
}

View File

@ -18,7 +18,7 @@
<body>
<div class="fullscreen-background">
<video src="/videos/background_sound.mp4" loop poster="images/world_network.jpg" autoplay id="background-video" loading="lazy"></video>
<video src="/videos/background_sound.mp4" loop poster="images/world_network.jpg" id="background-video" loading="lazy"></video>
<img src="/images/world_network.muted.jpg" aria-hidden="true" id="background-poster"/>
</div>

View File

@ -5,7 +5,7 @@
async function insertStatus(containerEl){
const baseUrl = new URL("/status/", containerEl.baseURI)
const res = await fetch(baseUrl);
const res = await fetch(baseUrl, {cache:"no-cache"});
if(!res.ok){
console.info(`Network error requesting status : ${res.status} ${res.statusText}`);

BIN
status/status.fermé.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.3 KiB