-
Notifications
You must be signed in to change notification settings - Fork 40
Description
- Allow specifying the position of the tooltip, either as
Top,Bottom,Left, orRight- Include this as a new
positionfield in theTooltipAction::HoverInvariant. - This should just be treated as a request: if the position specified would cause the Tooltip to be displayed partially off-screen, the existing logic should be used to re-position it.
- Include this as a new
- Fix (remove) the additional whitespace at the end of a tooltip label.
- See the video below for an example
Since I have recently added support for the SpacesBar, these tooltip features are needed now, as evidenced by this video. The tooltips need to be displayed to the Right of the space icon (and in Mobile view mode, I'd need to display them on the Top of the icon), and there is extra space at the end of the Tooltip label that looks unprofessional.