#sidebar-toolbar-icon-left {
  display: flex;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 46px;
  z-index: 999;
  width: 12px;
  height: 26px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
}

#sidebar-toolbar-icon-right {
  display: flex;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 46px;
  z-index: 999;
  width: 12px;
  height: 26px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 40%);
}

#sidebar-toolbar-span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media (min-width: 769px) {
  div #sidebar-toolbar-icon-left:hover {
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(0, 0, 0, 0.3);
  }

  div #sidebar-toolbar-icon-right:hover {
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(0, 0, 0, 0.3);
  }
}

@-moz-document url-prefix() {
  #sidebar-toolbar-icon-left {
    display: flex;
    text-align: center;
    position: absolute;
    top: 10px;
    left: 54px;
    z-index: 999;
    width: 16px;
    height: 34px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }

  #sidebar-toolbar-icon-right {
    display: flex;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 54px;
    z-index: 999;
    width: 16px;
    height: 34px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
  }

  #sidebar-toolbar-span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    color: rgba(0, 0, 0, 0.3);
  }

  @media (min-width: 769px) {
    div #sidebar-toolbar-icon-left:hover {
      justify-content: center;
      width: 30px;
      height: 34px;
      background: rgba(0, 0, 0, 0.3);
    }

    div #sidebar-toolbar-icon-right:hover {
      justify-content: center;
      width: 30px;
      height: 34px;
      background: rgba(0, 0, 0, 0.3);
    }
  }
}
/*
@media (max-height: 400px) {
  #sidebar-toolbar-icon-left {
    top: 34px;
    left: 36px;
  }

  #sidebar-toolbar-icon-right {
    top: 5px;
    right: 36px;
  }
}

@media (max-height: 500px) {
  #sidebar-toolbar-icon-left {
    top: 34px;
    left: 36px;
  }

  #sidebar-toolbar-icon {
    top: 40px;
    left: 40px;
  }

  #sidebar-toolbar-icon-right {
    top: 5px;
    right: 36px;
  }
}
*/
@media (max-width: 600px) {
  #sidebar-toolbar-icon-left {
    top: 5px;
    left: 36px;
  }

  #sidebar-toolbar-icon-right {
    top: 5px;
    right: 36px;
  }
}