FlexLayout icon indicating copy to clipboard operation
FlexLayout copied to clipboard

manage item's custom margins with with it's visibility

Open Yurlagin opened this issue 3 years ago • 0 comments

For example, I have 3 items in a row. The only second item has starting and ending margins. I wanna show or hide it with it's margins. In other words, if the item is hidden (display .none) there aren't any spaces between the first and last items. But when the second item is visible (display .flex), it's margins are respected.

Yurlagin avatar Jul 29 '20 23:07 Yurlagin