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,21 @@
#root-level-up {
width: 100%;
height: 100%;
flex-direction: row;
align-items: center;
background-color: rgba(255, 255, 255, 0.08);
}
#root-level-up > #close {
position: absolute;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
}
#root-level-up > #options {
flex-direction: row;
justify-content: center;
width: 100%;
}