chore: add extra pixel to vertical positioning to account for divider in column width
This commit is contained in:
parent
dd6beaad4b
commit
6ff17a9051
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue