chore: add extra pixel to vertical positioning to account for divider in column width

This commit is contained in:
ggurdin 2025-06-06 11:37:35 -04:00
parent dd6beaad4b
commit 6ff17a9051
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -283,7 +283,7 @@ class MessageSelectionPositionerState extends State<MessageSelectionPositioner>
);
double get _columnWidth => FluffyThemes.isColumnMode(context)
? (FluffyThemes.columnWidth + FluffyThemes.navRailWidth)
? (FluffyThemes.columnWidth + FluffyThemes.navRailWidth + 1.0)
: 0;
/// Available vertical space not taken up by the header and footer