.queue {
  padding: 0;
  margin: 0;
}

.entry {
  list-style: none;
}

.entry.current {
  font-weight: 700;
}

#worm-watch {
  position: absolute;
  z-index: -2;
  top:0;
  right:0;
  border-radius: 0 0 0 4rem;
}

.sync-time {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.currently-resizing {
  border-left: 1px solid var(--fg);
  border-bottom: 1px solid var(--fg);
  border-radius: 0 0 0 4rem;
  cursor: grabbing;
}

.autoplay-disabled::after {
  content:"autoplay disabled, click to unmute. i recommend firefox with autoplay enabled"
}
