adasd
All checks were successful
Deploy / deploy-staging (push) Successful in 8s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-07 01:30:02 +02:00
parent 0395c790f3
commit 541d411009
2 changed files with 6 additions and 27 deletions

View File

@@ -71,10 +71,12 @@ h1 {
position: relative;
overflow: hidden;
min-height: 100vh;
padding: 24px;
padding: 24px 24px 120px;
}
.desktop-icons {
position: relative;
z-index: 10;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(96px, 1fr));
gap: 16px;
@@ -226,7 +228,7 @@ h1 {
}
.taskbar {
position: absolute;
position: fixed;
left: 24px;
right: 24px;
bottom: 24px;
@@ -261,7 +263,7 @@ h1 {
}
.start-menu {
position: absolute;
position: fixed;
left: 24px;
bottom: 102px;
z-index: 130;