Skip to content

Commit ca11305

Browse files
committed
fix: restore staging preview banner to feat/pre-publication-changes
1 parent ca94557 commit ca11305

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

privacy-report.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,15 @@
21172117
</style>
21182118
</head>
21192119
<body>
2120+
<div id="staging-banner" style="
2121+
position:fixed;top:0;left:0;right:0;z-index:99999;
2122+
background:linear-gradient(90deg,#ff6b00,#ff9500);
2123+
color:#fff;font-family:monospace;font-size:13px;font-weight:700;
2124+
padding:8px 16px;text-align:center;letter-spacing:0.04em;
2125+
box-shadow:0 2px 8px rgba(0,0,0,0.25);
2126+
user-select:none;
2127+
">&#9888; STAGING PREVIEW &nbsp;·&nbsp; feat/pre-publication-changes &nbsp;·&nbsp; Not for public distribution &nbsp;·&nbsp; <a href="https://entethalliance.github.io/wg-privacy/privacy-report.html" style="color:#fff;text-decoration:underline;font-weight:800;" target="_blank">&#8599; View production</a></div>
2128+
<style>#staging-banner+* { margin-top: 36px !important; }</style>
21202129
<div class="page">
21212130
<button class="mobile-nav-toggle" type="button" aria-label="Open navigation" aria-controls="nav" aria-expanded="false">
21222131
<span></span>

0 commit comments

Comments
 (0)