update(Accessability changes):adds aria-label to empty buttons and more accessability changes

This commit is contained in:
SimonGschnell
2025-07-02 14:35:07 +02:00
parent bf1dac3fd9
commit 5ddc4749fa
13 changed files with 532 additions and 33 deletions
+3 -1
View File
@@ -46,7 +46,9 @@
flex-direction: column;
column-gap: 5px;
overflow-y: scroll;
min-height:0;
height: 100%;
min-height:auto;
justify-content: space-evenly;
}