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
@@ -71,10 +71,11 @@
#artistPannel{
position: fixed;
width: 380px;
height: 500px;
width: 420px;
height: 600px;
top: 16.1px;
left: 16.1px;
z-index: 33;
}
#artistContent{
@@ -123,14 +124,15 @@
.theMatrix{
display: grid;
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
grid-auto-rows: 133px;
gap: 10px;
grid-auto-rows: 150px;
gap: 16.1px;
width: 97%;
height: 66%;
overflow-y: auto;
align-items: center;
margin-left: 5px;
margin-top: 5px;
padding-top: 10px;
}
.itemDesc{