@namespace DeepDrftPublic.Client.Controls
@* Overlay is viewport-level/fixed regardless of DOM nesting; placing it outside
the wrapper is harmless/cleaner but doesn't change its behavior. *@
@* display:inline-block is the load-bearing property: it shrink-wraps this div
to the button, so MudPopover's portal reads the button's tight bounding rect
(via parentNode.getBoundingClientRect()) rather than a page-wide flow box.
position:relative is incidental. *@
Copy link
@if (_linkCopied)
{
Copied!
}
@* Embed is a single-track affordance only; a release page is not a single-track embed (ยง3b.3). *@
@if (!IsReleaseMode)
{
@if (_embed)
{
@if (_embedCopied)
{
Copied!
}
}
}