mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-06 21:04:16 +02:00
13 lines
No EOL
271 B
Text
13 lines
No EOL
271 B
Text
.application.sheet.daggerheart.actor.dh-style.npc {
|
|
.window-content {
|
|
display: grid;
|
|
grid-template-rows: auto auto 1fr;
|
|
}
|
|
|
|
.npc-navigation {
|
|
padding: 0 15px;
|
|
display: flex;
|
|
gap: 8px;
|
|
align-items: center;
|
|
}
|
|
} |