.dashboard-edit-mode-header {
  justify-content: center;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  border-bottom: 1px solid var(--border-subtle-color,rgba(0, 0, 0, .08));
  white-space: nowrap;
  padding: 0 12px;
  overflow: auto; }
  @media screen and (max-width: 800px) {
    .dashboard-edit-mode-header {
      justify-content: initial; } }
  .dashboard-edit-mode-header .done-editing-button {
    margin-left: 10px; }
