feat: add Share popover to track detail page

This commit is contained in:
daniel-c-harvey
2026-06-07 16:38:37 -04:00
parent 6ef88bef38
commit fa28bfb5cc
4 changed files with 172 additions and 4 deletions
@@ -339,6 +339,23 @@ h2, h3, h4, h5, h6,
font-family: var(--deepdrft-font-mono) !important;
}
.deepdrft-share-popover-body {
padding: 0.75rem 1rem;
min-width: 280px;
max-width: 360px;
}
/* Monospace snippet so the iframe markup stays legible inside the readonly field. */
.deepdrft-share-embed-field {
flex: 1 1 auto;
}
.deepdrft-share-embed-field .mud-input-slot {
font-family: var(--deepdrft-font-mono) !important;
font-size: 0.75rem;
word-break: break-all;
}
/* display:contents so the anchor wraps the card's cover and title without
introducing its own box — the container's positioning context and the
content column's flex layout are both preserved. */