diff options
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/dialog.pug | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tpl/objects/dialog.pug b/tpl/objects/dialog.pug index 2a2530f..26b953b 100644 --- a/tpl/objects/dialog.pug +++ b/tpl/objects/dialog.pug | |||
@@ -10,8 +10,9 @@ mixin dialog(title) | |||
10 | block ? block() : undefined | 10 | block ? block() : undefined |
11 | 11 | ||
12 | let classes = { | 12 | let classes = { |
13 | 'o-dialog': true, | 13 | 'o-dialog': true, |
14 | 'o-dialog--flat': attributes.flat, | 14 | 'o-dialog--flat': attributes.flat, |
15 | 'o-dialog--scrollable': attributes.scrollable, | ||
15 | } | 16 | } |
16 | 17 | ||
17 | let headerClass = { | 18 | let headerClass = { |