Ajout du status fermé et flushing a gauche
This commit is contained in:
parent
1cde507372
commit
ee72d9e12b
@ -263,8 +263,12 @@ a.status-container > p {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img.status-icon {
|
img.status-icon {
|
||||||
max-width: 125px;
|
max-width: 100px;
|
||||||
display: block;
|
display: block;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
aside img.status-icon {
|
||||||
|
margin-left: 0;
|
||||||
|
}
|
@ -18,7 +18,7 @@
|
|||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="fullscreen-background">
|
<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"/>
|
<img src="/images/world_network.muted.jpg" aria-hidden="true" id="background-poster"/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
async function insertStatus(containerEl){
|
async function insertStatus(containerEl){
|
||||||
|
|
||||||
const baseUrl = new URL("/status/", containerEl.baseURI)
|
const baseUrl = new URL("/status/", containerEl.baseURI)
|
||||||
const res = await fetch(baseUrl);
|
const res = await fetch(baseUrl, {cache:"no-cache"});
|
||||||
|
|
||||||
if(!res.ok){
|
if(!res.ok){
|
||||||
console.info(`Network error requesting status : ${res.status} ${res.statusText}`);
|
console.info(`Network error requesting status : ${res.status} ${res.statusText}`);
|
||||||
|
BIN
status/status.fermé.png
Normal file
BIN
status/status.fermé.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.3 KiB |
Loading…
Reference in New Issue
Block a user