users.html: drop inline shell hack (now in shell primitive)

This commit is contained in:
Zac Gaetano 2026-05-21 16:22:48 -04:00
parent 6cad11f687
commit 47c0e1f933

View file

@ -7,7 +7,6 @@
<title>Users — Z-AMPP</title> <title>Users — Z-AMPP</title>
<link rel="stylesheet" href="/dist/app.css"> <link rel="stylesheet" href="/dist/app.css">
<style> <style>
body { margin: 0; }
/* Local-only tabs styling — JS toggles .tab.active and .tab-content.active, /* Local-only tabs styling — JS toggles .tab.active and .tab-content.active,
so we keep those class names and just retheme. */ so we keep those class names and just retheme. */
@ -119,7 +118,7 @@
</style> </style>
</head> </head>
<body> <body>
<div class="wd-shell" style="display:flex;min-height:100vh;"> <div class="wd-shell">
<!-- Sidebar --> <!-- Sidebar -->
<nav class="wd-sidebar" aria-label="Main navigation"> <nav class="wd-sidebar" aria-label="Main navigation">