edit: ajout d'une série de fenêtre flottantes déplaçable avec sytème de focus + transformation msgVisualizer en composant séparé et réglages associés

This commit is contained in:
2026-03-20 04:36:56 +01:00
parent bb0ac827bb
commit 6cd8a2e634
14 changed files with 667 additions and 125 deletions
+11 -1
View File
@@ -193,10 +193,20 @@ canvas {
background-color: var(--back-color);
border-style: solid;
border-width: thin;
border-radius: 16.1px;
border-radius: 21px;
border-color: var(--main-color);
}
.zBase{
z-index: 33;
}
.zFocus{
z-index: 333;
border-color: var(--accent-color);
border-width: thick;
}
.windowTitle{
width:100%;
height:50px;