.top::elm
	{
		id: top;
	}

.top::bind( filler )
	{
		$: var-sizes;
	}

.wrapper.left .menu:not(.icons)::bind( hide-left ),
.wrapper.right .menu:not(.icons)::bind( hide-right )
	{
		$: ui/hideItems;
	}

.top-row .menu:in( [name^="menu-top-icons"] )::--attr-class
	{
		add: icons;
	}
