containers.html: drop inline shell hack (now in shell primitive)
This commit is contained in:
parent
47c0e1f933
commit
683f0ff101
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
<title>Containers — Z-AMPP</title>
|
||||
<link rel="stylesheet" href="/dist/app.css">
|
||||
<style>
|
||||
body { margin: 0; }
|
||||
|
||||
/* Page-only auto-refresh indicator (preserves original IDs + look-and-feel) */
|
||||
.refresh-indicator {
|
||||
|
|
@ -59,7 +58,7 @@
|
|||
</head>
|
||||
<body>
|
||||
|
||||
<div class="wd-shell" style="display:flex;min-height:100vh;">
|
||||
<div class="wd-shell">
|
||||
<nav class="wd-sidebar" aria-label="Main navigation">
|
||||
<div class="wd-sidebar-header">
|
||||
<img src="img/dragon-logo.png?v=1" alt="Wild Dragon" style="width:18px;height:18px;">
|
||||
|
|
|
|||
Loading…
Reference in a new issue