fix: фикс расположения текста в инлайн кнопке типа clipboard

This commit is contained in:
Jganenokk
2026-08-15 21:43:14 +07:00
parent f7a986fec7
commit 3f4c627276
2 changed files with 85 additions and 2 deletions
+4 -2
View File
@@ -1322,10 +1322,12 @@ class MessageBubble extends StatelessWidget {
child: Stack(
children: [
Padding(
padding: EdgeInsets.fromLTRB(isClipboard ? 26 : 12, 10, 12, 10),
padding: EdgeInsets.symmetric(
horizontal: isClipboard ? 26 : 12,
vertical: 10,
),
child: Row(
mainAxisAlignment: MainAxisAlignment.center,
mainAxisSize: MainAxisSize.min,
children: [
Flexible(
child: Text(