#sidebarResize {
  cursor: col-resize;
}

#channels {
  min-width: 0;
}

.channel-row {
  min-width: 0;
  position: relative;
}

.channel-link {
  align-items: center;
  display: flex;
  gap: 5px;
  min-width: 0;
}

.channel-status {
  flex: 0 0 auto;
  font-size: 13px;
  line-height: 1;
  width: 18px;
}

.channel-title {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sidebar-menu {
  background: var(--panel);
  border: 1px solid var(--line);
  display: grid;
  gap: 2px;
  padding: 4px;
  position: absolute;
  right: 24px;
  top: 100%;
  z-index: 20;
}

.sidebar-menu button {
  text-align: left;
  white-space: nowrap;
}

#utils {
  margin-top: 10px;
}

#utils .utility-link {
  justify-content: flex-start;
  width: 100%;
}

@media (max-width: 760px) {
  #sidebarResize {
    display: none;
  }
}
