This commit is contained in:
2026-03-24 23:55:51 +07:00
parent 82e0f9ffb4
commit ee4ee4dbd9
7 changed files with 58 additions and 24 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 889 KiB

After

Width:  |  Height:  |  Size: 3.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 594 KiB

+15
View File
@@ -36,3 +36,18 @@ body {
align-items: center;
justify-content: center;
}
.controller-metal {
width: 30px;
height: calc(100% + 2px);
position: absolute;
top: -1px;
}
.controller-metal-left {
left: -15px;
}
.controller-metal-right {
right: -15px;
}