Fist of all: great job!
I spotted a design bug. When a FAB list list is expanded, alignment with the main open/close ion-fab-button seems wrong.
See my screenshot (directly from the demo page at https://ionic-theme-ios26.netlify.app/main/index/floating-action-button )
I added green and blue borders just to visualize the gap.
There are two cases:
- When the size of the main
ion-fab-button is "small": adding a margin-inline-start: 4px; to the ion-fab-list will align them perfectly
- With a big main button (as in the screenshot): adding a
margin-inline-start:2px to ion-fab-list aligns "more or less" these elements. I say "more or less" because there will be always a 1px gap: the big button width is 61px and the list is 56px (so no pixel-perfect alignment is possible).
Same for horizontal FABS (top margin missing).
Fist of all: great job!
I spotted a design bug. When a FAB list list is expanded, alignment with the main open/close ion-fab-button seems wrong.
See my screenshot (directly from the demo page at https://ionic-theme-ios26.netlify.app/main/index/floating-action-button )
I added green and blue borders just to visualize the gap.
There are two cases:
ion-fab-buttonis "small": adding amargin-inline-start: 4px;to theion-fab-listwill align them perfectlymargin-inline-start:2pxtoion-fab-listaligns "more or less" these elements. I say "more or less" because there will be always a 1px gap: the big button width is 61px and the list is 56px (so no pixel-perfect alignment is possible).Same for horizontal FABS (top margin missing).