mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Added fall and collision damage buttons in the GM Menu (#1756)
This commit is contained in:
parent
e2b13d6717
commit
dbd5ef8bb0
8 changed files with 90 additions and 19 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue