mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
10 lines
356 B
Plaintext
10 lines
356 B
Plaintext
aside#pc-conditions.pc-conditions.sidebar.sidebar--left.conditions-sidebar.fresh
|
|
+action({
|
|
name:'condition display',
|
|
class:'sidebar-toggle sidebar--right fresh',
|
|
trigger:{triggeredFuncs:['showConditions']}
|
|
})
|
|
h4(data-i18n="conditions")
|
|
.flex-box.flex-wrap.justify-center
|
|
each condition in conditions
|
|
+conditionCheck(condition) |