Commit 0113aa2f authored by AntiMetaman's avatar AntiMetaman Committed by GitHub

update

parent ad1d3099
...@@ -495,9 +495,9 @@ card style: ...@@ -495,9 +495,9 @@ card style:
###################### Link markers ###################### Link markers
Link Marker Up: Link Marker Up:
left: 163.5 left: 163.5
top: 89.5 top: 90.5
width: 93.5 width: 91.5
height: 22.5 height: {if is_link() then 22.5 else 0}
z index: 5 z index: 5
render style: image render style: image
popup style: in place popup style: in place
...@@ -505,10 +505,10 @@ card style: ...@@ -505,10 +505,10 @@ card style:
yes: link_marker_u.png yes: link_marker_u.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker UL: Link Marker UL:
left: 36.5 left: 36
top: 97 top: 98.5
width: 38 width: {if is_link() then 39 else 0}
height: 38 height: {if is_link() then 39 else 0}
z index: 5 z index: 5
render style:image render style:image
popup style: in place popup style: in place
...@@ -517,9 +517,9 @@ card style: ...@@ -517,9 +517,9 @@ card style:
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker UR: Link Marker UR:
left: 347.5 left: 347.5
top: 97 top: 98.5
width: 38 width: {if is_link() then 39 else 0}
height: 38 height: {if is_link() then 39 else 0}
z index: 5 z index: 5
render style:image render style:image
popup style: in place popup style: in place
...@@ -527,10 +527,10 @@ card style: ...@@ -527,10 +527,10 @@ card style:
yes: link_marker_ur.png yes: link_marker_ur.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker Down: Link Marker Down:
left: 164 left: 163.5
top: 429.5 top: 435
width: 93.5 width: 91.5
height: 22.5 height: {if is_link() then 22.5 else 0}
z index: 5 z index: 5
render style:image render style:image
popup style: in place popup style: in place
...@@ -538,10 +538,10 @@ card style: ...@@ -538,10 +538,10 @@ card style:
yes: link_marker_d.png yes: link_marker_d.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker DL: Link Marker DL:
left: 36.5 left: 36
top: 406.5 top: 408.5
width: 38 width: {if is_link() then 39 else 0}
height: 38 height: {if is_link() then 39 else 0}
z index: 5 z index: 5
render style:image render style:image
popup style: in place popup style: in place
...@@ -549,10 +549,10 @@ card style: ...@@ -549,10 +549,10 @@ card style:
yes: link_marker_dl.png yes: link_marker_dl.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker DR: Link Marker DR:
left: 347 left: 347.5
top: 406.5 top: 408.5
width: 38 width: {if is_link() then 39 else 0}
height: 38 height: {if is_link() then 39 else 0}
z index: 5 z index: 5
render style:image render style:image
popup style: in place popup style: in place
...@@ -560,9 +560,9 @@ card style: ...@@ -560,9 +560,9 @@ card style:
yes: link_marker_dr.png yes: link_marker_dr.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker Left: Link Marker Left:
left: 29 left: 29.5
top: 224 top: 225.5
width: 22.5 width:{if is_link() then 22.5 else 0}
height: 93.5 height: 93.5
z index: 5 z index: 5
render style:image render style:image
...@@ -571,9 +571,9 @@ card style: ...@@ -571,9 +571,9 @@ card style:
yes: link_marker_l.png yes: link_marker_l.png
visible: script: if is_link() then true else false visible: script: if is_link() then true else false
Link Marker Right: Link Marker Right:
left: 370.5 left: 371.5
top: 224 top: 225.5
width: 22.5 width: {if is_link() then 22.5 else 0}
height: 93.5 height: 93.5
z index: 5 z index: 5
render style:image render style:image
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment