Commit 1ecc8eda authored by artfreakwiu's avatar artfreakwiu

Fixed positioning issues.

parent a6bf62b6
...@@ -191,7 +191,7 @@ card style: ...@@ -191,7 +191,7 @@ card style:
type: type:
left: 110 left: 110
top : 475 top : 479
width: 220 width: 220
height: 20 height: 20
alignment: top shrink-overflow alignment: top shrink-overflow
...@@ -207,7 +207,7 @@ card style: ...@@ -207,7 +207,7 @@ card style:
left: left:
{ if card.type != "" or card.illustrator != "" or card.copyright != "" then 64 { if card.type != "" or card.illustrator != "" or card.copyright != "" then 64
else 23 } else 23 }
top : 468 top : 471
width: 44 width: 44
height: 22 height: 22
z index: 3 z index: 3
...@@ -303,7 +303,7 @@ card style: ...@@ -303,7 +303,7 @@ card style:
illustrator: illustrator:
right: 350 right: 350
top : 460 top : 461
width: { max(20, card_style.illustrator.content_width) + 5 } width: { max(20, card_style.illustrator.content_width) + 5 }
height: 16 height: 16
z index: 3 z index: 3
...@@ -315,7 +315,7 @@ card style: ...@@ -315,7 +315,7 @@ card style:
copyright line: copyright line:
left: 65 left: 65
top : 492 top : 494
width: 285 width: 285
height: 12 height: 12
z index: 3 z index: 3
...@@ -380,7 +380,7 @@ extra card style: ...@@ -380,7 +380,7 @@ extra card style:
z index: 2 z index: 2
typeline: typeline:
left: 53 left: 53
top: 463 top: 464
width: 304 width: 304
height: 41 height: 41
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