Skip to content

Commit

Permalink
fix: remove shifting when hovering on horizontal menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian KOUNE committed Oct 3, 2023
1 parent 1ca08f3 commit 2bf8600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/chat/events/message.dart
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ class _ListHorizontalActionMenuWidget extends StatelessWidget {
mainAxisSize: MainAxisSize.min,
children: listHorizontalActionMenu.map((item) {
return Padding(
padding: const EdgeInsetsDirectional.all(4),
padding: const EdgeInsets.symmetric(horizontal: 4.0),
child: TwakeIconButton(
icon: item.action.getIcon(),
imagePath: item.action.getImagePath(),
Expand Down

0 comments on commit 2bf8600

Please sign in to comment.