2021-03-05 00:35:15 +01:00
|
|
|
// SPDX-FileCopyrightText: 2021 Nheko Contributors
|
|
|
|
//
|
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2020-02-09 01:24:24 +01:00
|
|
|
TextMessage {
|
2020-10-08 21:11:21 +02:00
|
|
|
font.italic: true
|
|
|
|
color: colors.buttonText
|
2021-02-10 14:38:41 +01:00
|
|
|
height: isReply ? Math.min(timelineRoot.height / 8, implicitHeight) : undefined
|
2020-10-22 21:02:39 +02:00
|
|
|
clip: isReply
|
2019-09-07 01:33:46 +02:00
|
|
|
}
|