Added fall and collision damage buttons in the GM Menu (#1756)

This commit is contained in:
WBHarry 2026-03-29 23:54:45 +02:00 committed by GitHub
parent e2b13d6717
commit dbd5ef8bb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 90 additions and 19 deletions

View file

@ -15,17 +15,17 @@
font-weight: bold;
}
.menu-refresh-container {
.menu-options-container {
display: flex;
flex-direction: column;
gap: 8px;
.menu-refresh-inner-container {
.menu-options-inner-container {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 8px;
.experience-chip {
.option-chip {
display: flex;
align-items: center;
border-radius: 5px;