File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
{% else %}
7
7
{% set resolved_front_bg = frontBg %}
8
8
{% endif %}
9
-
9
+
10
10
{% if topBg == " " %}
11
11
{% set resolved_top_bg = resolved_front_bg %}
12
12
{% elseif topBg == " lime" %}
18
18
{% else %}
19
19
{% set resolved_top_bg = topBg %}
20
20
{% endif %}
21
-
21
+
22
22
{% if leftBg == " " %}
23
23
{% set resolved_left_bg = resolved_front_bg %}
24
24
{% elseif leftBg == " lime" %}
31
31
{% set resolved_left_bg = leftBg %}
32
32
{% endif %}
33
33
34
- <div class =" window-container{% if autoHeight %} window-auto-height{% endif %}"
35
- style =" --w :{{ width }}; --h :{{ height }}; --d :{{ depth }};
36
- --front-bg :{{ resolved_front_bg }};
37
- --top-bg :{{ resolved_top_bg }};
34
+ <div class =" window-container{% if autoHeight %} window-auto-height{% endif %}"
35
+ style =" --w :{{ width }}; --h :{{ height }}; --d :{{ depth }};
36
+ --front-bg :{{ resolved_front_bg }};
37
+ --top-bg :{{ resolved_top_bg }};
38
38
--left-bg :{{ resolved_left_bg }}; " >
39
39
<!-- Top Panel -->
40
40
<div class =" face top" ></div >
You can’t perform that action at this time.
0 commit comments