|
@@ -53,10 +53,10 @@ export default class BlogPost extends Module {
|
|
|
|
|
|
|
|
|
|
let base1 = new Node("SS"+ this.nextNumber.next().value, {})
|
|
let base1 = new Node("SS"+ this.nextNumber.next().value, {})
|
|
- let base2 = new Node("SS"+ this.nextNumber.next().value, {flex: 1})
|
|
|
|
|
|
+ let base2 = new Node("SS"+ this.nextNumber.next().value, {flex: 1, paddingTop: 24, paddingBottom: 24})
|
|
let Image1 = new Node("SS"+ this.nextNumber.next().value, {alignItems:'flex-start'},new ViewNode("S"+this.nextNumber.next().value, "Image"))
|
|
let Image1 = new Node("SS"+ this.nextNumber.next().value, {alignItems:'flex-start'},new ViewNode("S"+this.nextNumber.next().value, "Image"))
|
|
|
|
|
|
- let wrapper = new Node("SS"+ this.nextNumber.next().value, { marginLeft:24, marginRight:24,flexDirection:"row",justifyContent:"space-between",alignItems:"flex-end", paddingBottom: 4, paddingTop: 24})
|
|
|
|
|
|
+ let wrapper = new Node("SS"+ this.nextNumber.next().value, { marginLeft:24, marginRight:24,flexDirection:"row",justifyContent:"space-between",alignItems:"flex-end"})
|
|
let Title = new Node("SS"+ this.nextNumber.next().value, {},new ViewNode("S"+this.nextNumber.next().value, "Text", {text:"This is the post Title",color:"rgba(112, 112, 112, 1)",fontSize:24,fontFamily:"roboto-regular"}))
|
|
let Title = new Node("SS"+ this.nextNumber.next().value, {},new ViewNode("S"+this.nextNumber.next().value, "Text", {text:"This is the post Title",color:"rgba(112, 112, 112, 1)",fontSize:24,fontFamily:"roboto-regular"}))
|
|
let BookMark = new Node("SS"+ this.nextNumber.next().value, {},new ViewNode("S"+this.nextNumber.next().value, "Icon", {}))
|
|
let BookMark = new Node("SS"+ this.nextNumber.next().value, {},new ViewNode("S"+this.nextNumber.next().value, "Icon", {}))
|
|
|
|
|