mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-27 23:09:35 +01:00
chore: Add missing blockquote style
This commit is contained in:
parent
abbf18e1dc
commit
1f42d7dff0
@ -59,6 +59,15 @@ class HtmlMessage extends StatelessWidget {
|
|||||||
'h4': Style(fontSize: FontSize(fontSize * 1.75)),
|
'h4': Style(fontSize: FontSize(fontSize * 1.75)),
|
||||||
'h5': Style(fontSize: FontSize(fontSize * 1.5)),
|
'h5': Style(fontSize: FontSize(fontSize * 1.5)),
|
||||||
'h6': Style(fontSize: FontSize(fontSize * 1.25)),
|
'h6': Style(fontSize: FontSize(fontSize * 1.25)),
|
||||||
|
'blockquote': Style(
|
||||||
|
border: Border(
|
||||||
|
left: BorderSide(
|
||||||
|
width: 3,
|
||||||
|
color: textColor ?? Colors.black,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
padding: const EdgeInsets.only(left: 6),
|
||||||
|
),
|
||||||
// Otherwise list tiles are all in the same row$$
|
// Otherwise list tiles are all in the same row$$
|
||||||
'li': Style(display: Display.block),
|
'li': Style(display: Display.block),
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user