edit: position logo ts + correction z-index, filtrage par username, gamme colorée adaptée + changement du fond avec le thème

This commit is contained in:
2026-04-08 05:32:16 +02:00
parent 195fd10424
commit 275fd74ca9
14 changed files with 44 additions and 38 deletions
@@ -4,7 +4,7 @@
<template>
<div id="generatedContainer" ref="generatorContainer">
<div class="loadingOverlay" v-show="overlayIsActive"><p id="loadingOText">ça charge...</p></div>
<div class="loadingOverlay" v-show="false"><p id="loadingOText">ça charge...</p></div>
<div class="imgContainer" :id="'div'+item.id" :class="{highlightItem: item.isHighlight===1, highlightMax: item.isHighlight===2}" v-for="item in randomImgList" :key="item.id" :style="{
left: item.x + 'px',
top: item.y + 'px'