.generator.holder {
   padding: 0;

   .gen-bar {
      min-width: unset;
      width: .5rem;
      margin-inline: 0 .5rem;
      z-index: 5;
   }

   .gen-slot {
      border: var(--brd);
      border-radius: .75em;
      background-color: var(--vdg);
      height: calc(var(--cellHeight) + 1em);
   }
}

.generator.holder::before {
   width: calc(100% + 1.5vw);
}

.generator.holder::after {
   display: none;
}

.gen-cell {
   z-index: 10;
}