Make UI responsive.
Some more UI changes in settings panel. Fix link color in replies.
This commit is contained in:
@@ -169,7 +169,7 @@ ColumnLayout {
|
||||
Layout.fillWidth: true
|
||||
|
||||
color: "white"
|
||||
text: replyDisplay || ""
|
||||
text: "<style>a{color: white;} .user-pill{}</style>" + (replyDisplay || "")
|
||||
|
||||
wrapMode: Label.Wrap
|
||||
textFormat: Label.RichText
|
||||
|
||||
Reference in New Issue
Block a user