To-many block settings take up too much space

If you are using panels and the right sidebar is showing, the settings on the to-many blocks (cards, fields, filter, sort, colors) take up way too much space.

Other than creator permission users, most people are never going to click on the card or field buttons. I personally think all of these should be combined into one or maybe two buttons with different tabs.

The main thing the end-user needs to see is the name of the view and when space is crunched, that is currently what gets hidden (see screenshot below).

image

Temporary CSS fix – gets those buttons out of the way until you hover over them:

.tbe8ppw.toolbar_wrapper:not(:hover) {
      max-width: 20px;
}
1 Like