Homey Flow for Web - three Column view [CSS customization]

If your screen width isn’t enough and this happens with the custom css above:

just add

.Sidebar {
    width: 7%;
    overflow: auto;
}

.Sidebar:hover {
	width: 301px;   
}

This will slide in the Flow selection column and widen it when you hover over it to select a flow.

5 Likes