This commit is contained in:
2026-07-09 21:33:33 +02:00
commit 84a2a365f3
2364 changed files with 950134 additions and 0 deletions
@@ -0,0 +1,19 @@
#root-profile {
justify-content: flex-start;
align-items: flex-start;
flex-direction: row;
width: 100%;
}
#select-profile {
height: 50px;
flex-grow: 1;
}
#delete-profile {
height: 50px;
width: 50px;
font-size: 30px;
-unity-font-style: bold;
color: rgb(188, 0, 0);
}