mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
19 lines
356 B
Text
19 lines
356 B
Text
.combat-sidebar {
|
|
.encounter-controls.combat {
|
|
justify-content: space-between;
|
|
|
|
.encounter-title {
|
|
text-align: left;
|
|
}
|
|
|
|
.inner-controls {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
|
|
.control-buttons {
|
|
width: min-content;
|
|
}
|
|
}
|
|
}
|