.sidebar-addon {
  position: absolute;
  top: 0;
  left: -47px;
  height: 24px;
  display: flex;
  flex-direction: row;
  width: 42px;
  align-items: center;
  opacity: 0;
  padding-right: 5px;
  /* padding-top: 10px; */
}

.sidebar-addon-visible {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  margin-top: 5px;
}

.sidebar-addon .plus {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.sidebar-addon .selectable {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
}

.sidebar-addon .selectable:hover {
  user-select: none;
  background: rgba(55, 53, 47, 0.08);
  transition: background 120ms ease-in 0s;
  cursor: grab;
  border-radius: 3px;
}
