Render controller customization summary

This commit is contained in:
redphx
2024-12-23 21:14:39 +07:00
parent 68d9e7368c
commit 6d1e06dbfe
5 changed files with 122 additions and 27 deletions

View File

@@ -69,3 +69,21 @@
}
}
}
.bx-controller-customization-summary {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
margin-top: 10px;
span {
font-family: var(--bx-promptfont);
font-size: 24px;
border-radius: 6px;
background: #131313;
color: #fff;
display: inline-block;
padding: 2px;
text-align: center;
}
}