feat: add Share popover to track detail page
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user