.todo-scope-tabs .regab-todo-board-divider {
  align-self: center;
  width: 1px;
  height: 28px;
  margin: 0 10px;
  flex: 0 0 1px;
  background: rgba(112, 132, 156, .28);
}

.todo-scope-tabs .regab-todo-board-shortcut {
  white-space: nowrap;
}

body.theme-dark .todo-scope-tabs .regab-todo-board-divider {
  background: rgba(148, 183, 225, .28);
}

@media (max-width: 720px) {
  .todo-scope-tabs .regab-todo-board-divider {
    margin: 0 5px;
  }
}
