users.html: drop inline shell hack (now in shell primitive)
This commit is contained in:
parent
6cad11f687
commit
47c0e1f933
1 changed files with 1 additions and 2 deletions
|
|
@ -7,7 +7,6 @@
|
|||
<title>Users — Z-AMPP</title>
|
||||
<link rel="stylesheet" href="/dist/app.css">
|
||||
<style>
|
||||
body { margin: 0; }
|
||||
|
||||
/* Local-only tabs styling — JS toggles .tab.active and .tab-content.active,
|
||||
so we keep those class names and just retheme. */
|
||||
|
|
@ -119,7 +118,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="wd-shell" style="display:flex;min-height:100vh;">
|
||||
<div class="wd-shell">
|
||||
|
||||
<!-- Sidebar -->
|
||||
<nav class="wd-sidebar" aria-label="Main navigation">
|
||||
|
|
|
|||
Loading…
Reference in a new issue