:root {
  --bottom-nav-clearance: 124px;
}

.app {
  padding-bottom: calc(var(--bottom-nav-clearance) + env(safe-area-inset-bottom));
}

.history-item {
  gap: 6px;
}

.history-item .history-open {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  color: var(--ink);
  padding: 8px 0;
  text-align: left;
  cursor: pointer;
}

.history-copy {
  min-width: 0;
  flex: 1;
  display: block;
}

.history-copy small {
  display: block;
}

.history-delete {
  flex: 0 0 42px;
  min-height: 42px;
  font-size: 1.2rem;
  cursor: pointer;
}
