zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
3 stars 6 forks source link

Popover toolbar item layout #648

Closed stropitek closed 6 months ago

stropitek commented 6 months ago

Currently the popover item doubles the horizontal size with respect to a regular toolbar item.

I think we should try to make both very similar in the amount of space they take.

Something like this could work:

image

stropitek commented 6 months ago

Another suggestion: use the "minimal" prop of Popover and align menu and button at the left for horizontal, top for vertical.