edit: la fenetre évènement bouge sur pc ^^ + ajustement responsive

This commit is contained in:
2026-07-30 20:31:19 +02:00
parent 27f4c25b10
commit e50b0819c7
8 changed files with 93 additions and 25 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export async function loadStatus(){
let status = html.querySelector('#lolStatus');
let icon = html.querySelector('link[rel="icon"]');
let style = html.querySelectorAll('link[rel="stylesheet"]')[0];
console.log("selected style : ", style);
//console.log("selected style : ", style);
document.head.append(icon);
document.head.append(style);