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,11 @@
/* DO NOT DELETE THIS */
/*
First Template Container is empty parent for all UI containers,
all children containers are for each independent UI element,
that's why all of those children need to cover whole screen or else UI elements will position bad
*/
#PanelSettings > TemplateContainer > TemplateContainer {
position: absolute;
width: 100%;
height: 100%;
}