mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-26 09:13:33 +03:00
commit
3519e54e75
@ -281,9 +281,9 @@ export const PostHtmlRenderer = memo(
|
||||
img: styles.img,
|
||||
table: styles.table,
|
||||
tr: { ...styles.tr, width: contentWidth }, //center tag causes tr to have 0 width if not exclusivly set, contentWidth help avoid that
|
||||
th: {...styles.th, minWidth: _minTableColWidth},
|
||||
td: {...styles.td, minWidth: _minTableColWidth},
|
||||
div:{width:contentWidth},
|
||||
th: { ...styles.th, minWidth: _minTableColWidth},
|
||||
td: { ...styles.td, minWidth: _minTableColWidth},
|
||||
div: { ...styles.div, maxWidth:contentWidth }, //makes sure width covers the available horizontal space for view and not exceed the contentWidth if parent bound id not defined
|
||||
blockquote: styles.blockquote,
|
||||
code: styles.code,
|
||||
li: styles.li,
|
||||
|
@ -12,13 +12,15 @@ export default EStyleSheet.create({
|
||||
body: {
|
||||
color: '$primaryBlack',
|
||||
} as TextStyle,
|
||||
div: {
|
||||
width:'100%',
|
||||
},
|
||||
p:{
|
||||
marginTop:6,
|
||||
marginBottom:6,
|
||||
flexDirection:'row',
|
||||
alignItems:'center',
|
||||
flexWrap:'wrap'
|
||||
|
||||
} as TextStyle,
|
||||
pLi:{
|
||||
marginTop:0,
|
||||
|
Loading…
Reference in New Issue
Block a user