💄 Modify explore appbar

This commit is contained in:
2025-03-08 23:51:22 +08:00
parent d62ed4c375
commit 3defd3a593
4 changed files with 95 additions and 76 deletions

View File

@ -214,7 +214,8 @@ class ChatMessage extends StatelessWidget {
data.type == 'messages.new' &&
(data.body['text']?.isNotEmpty ?? false) &&
(cfg.prefs.getBool(kAppExpandChatLink) ?? true))
LinkPreviewWidget(text: data.body['text']!).padding(left: 48),
LinkPreviewWidget(text: data.body['text']!)
.padding(left: isCompact ? 0 : 48),
if (data.preload?.attachments?.isNotEmpty ?? false)
AttachmentList(
data: data.preload!.attachments!,