add modal compression to sagas
This commit is contained in:
@@ -758,10 +758,10 @@ card style:
|
|||||||
padding right: 4
|
padding right: 4
|
||||||
padding top: 3
|
padding top: 3
|
||||||
padding bottom: 3
|
padding bottom: 3
|
||||||
line height hard: 1.2
|
line height hard: {if is_modal(card.level_1_text) then 0.9 else 1.2 }
|
||||||
line height line: 1.5
|
line height line: 1.5
|
||||||
line height soft: 0.9
|
line height soft: 0.9
|
||||||
line height hard max: 1.3
|
line height hard max: {if is_modal(card.level_1_text) then 0.9 else 1.3 }
|
||||||
line height line max: 1.6
|
line height line max: 1.6
|
||||||
level 2 text:
|
level 2 text:
|
||||||
left: {if un_marked() then 30 else 45}
|
left: {if un_marked() then 30 else 45}
|
||||||
@@ -791,10 +791,10 @@ card style:
|
|||||||
padding right: 4
|
padding right: 4
|
||||||
padding top: 3
|
padding top: 3
|
||||||
padding bottom: 3
|
padding bottom: 3
|
||||||
line height hard: 1.2
|
line height hard: {if is_modal(card.level_2_text) then 0.9 else 1.2 }
|
||||||
line height line: 1.5
|
line height line: 1.5
|
||||||
line height soft: 0.9
|
line height soft: 0.9
|
||||||
line height hard max: 1.3
|
line height hard max: {if is_modal(card.level_2_text) then 0.9 else 1.3 }
|
||||||
line height line max: 1.6
|
line height line max: 1.6
|
||||||
level 3 text:
|
level 3 text:
|
||||||
left: {if un_marked() then 30 else 45}
|
left: {if un_marked() then 30 else 45}
|
||||||
@@ -824,10 +824,10 @@ card style:
|
|||||||
padding right: 4
|
padding right: 4
|
||||||
padding top: 3
|
padding top: 3
|
||||||
padding bottom: 3
|
padding bottom: 3
|
||||||
line height hard: 1.2
|
line height hard: {if is_modal(card.level_3_text) then 0.9 else 1.2 }
|
||||||
line height line: 1.5
|
line height line: 1.5
|
||||||
line height soft: 0.9
|
line height soft: 0.9
|
||||||
line height hard max: 1.3
|
line height hard max: {if is_modal(card.level_3_text) then 0.9 else 1.3 }
|
||||||
line height line max: 1.6
|
line height line max: 1.6
|
||||||
level 4 text:
|
level 4 text:
|
||||||
left: {if un_marked() then 30 else 45}
|
left: {if un_marked() then 30 else 45}
|
||||||
@@ -857,10 +857,10 @@ card style:
|
|||||||
padding right: 4
|
padding right: 4
|
||||||
padding top: 3
|
padding top: 3
|
||||||
padding bottom: 3
|
padding bottom: 3
|
||||||
line height hard: 1.2
|
line height hard: {if is_modal(card.level_4_text) then 0.9 else 1.2 }
|
||||||
line height line: 1.5
|
line height line: 1.5
|
||||||
line height soft: 0.9
|
line height soft: 0.9
|
||||||
line height hard max: 1.3
|
line height hard max: {if is_modal(card.level_4_text) then 0.9 else 1.3 }
|
||||||
line height line max: 1.6
|
line height line max: 1.6
|
||||||
############################# PT
|
############################# PT
|
||||||
pt:
|
pt:
|
||||||
|
|||||||
Reference in New Issue
Block a user