Commit 467b22a7 authored by pichoro's avatar pichoro

Fixed problems in Modern Tokens relating to text not resizing properly and...

Fixed problems in Modern Tokens relating to text not resizing properly and right end of namebox "drifting" to the right.
parent c47db652
...@@ -216,7 +216,7 @@ card style: ...@@ -216,7 +216,7 @@ card style:
name: MPlantin name: MPlantin
italic name: MPlantin-Italic italic name: MPlantin-Italic
size: 15 size: 15
scale down to: 15 scale down to: 8
color: rgb(0,0,0) color: rgb(0,0,0)
symbol font: symbol font:
name: name:
...@@ -235,8 +235,8 @@ card style: ...@@ -235,8 +235,8 @@ card style:
not contains (match: "!", card.rule_text) and not contains (match: "!", card.rule_text) and
not contains (match: "?", card.rule_text) and not contains (match: "?", card.rule_text) and
card.flavor_text == "<i-flavor></i-flavor>" card.flavor_text == "<i-flavor></i-flavor>"
then "middle center" then "middle center shrink-overflow"
else "middle left" else "middle left shrink-overflow"
z index: 2 z index: 2
padding left: 6 padding left: 6
padding top: 2 padding top: 2
...@@ -365,7 +365,7 @@ extra card style: ...@@ -365,7 +365,7 @@ extra card style:
name box right: name box right:
left: left:
{ if card_style.name.content_width > 275 then 325 { if card_style.name.content_width > 275 then 325
else card_style.name.content_width * 0.5 + 187.5 } else card_style.name.content_width * 0.5 + 186.5 }
top: 26 top: 26
width: 14 width: 14
height: 35 height: 35
......
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