Commit b0c44252 authored by Nemo Ma's avatar Nemo Ma

S/T brackets fix

Manually entered brackets should be at correct position
parent 915dd832
No preview for this file type
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -442,7 +442,7 @@ card style:
left: { if is_nmonster() then 42 else 43 }
top : { if is_nmonster() or card.card_type=="pandemonium monster" then 74 else if styling.template_style=="actual style" then 73 else 76}
#width: { if is_nmonster() then 327 else if card.card_type=="link monster" then 0 else 334 }
width: { if is_nmonster() then 335 else if card.card_type=="link monster" then 0 else 334 }
width: { if is_nmonster() then 338 else if card.card_type=="link monster" then 0 else 334 }
height: { if is_nmonster() then 28 else 28 }
alignment: {if card.card_type=="xyz monster" or card.card_type=="dark synchro monster" or card.card_type=="pendulum xyz monster" or card.card_type=="pendulum dark synchro monster" then "middle left shrink-overflow" else "middle right shrink-overflow" }
z index: 2
......
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