Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/databrowser.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@
<!-- Main content area — single visible region at a time -->
<div class="app-main" tabindex="-1" aria-live="polite">
<div class="app-shell">
<aside id="NavMenu" class="app-nav" aria-label="Application menu" hidden>
<div id="NavMenuContent" class="menu-content"></div>
</aside>

<main id="MainContent" class="app-view">
<!--
Expand Down Expand Up @@ -79,13 +76,6 @@
</main> <!-- .app-view -->
</div> <!-- .app-shell -->

<div id="MenuOverlay" class="menu-overlay" hidden aria-hidden="true"></div>
</div>

<!-- Footer — populated by solid-ui initFooter() -->
<footer id="PageFooter" role="contentinfo">
<!-- solid-ui injects: "Powered by Solid" link -->
</footer>
</solid-ui-provider>
</body>
</html>
1 change: 0 additions & 1 deletion static/browse-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@

</main>

<footer id="PageFooter" role="contentinfo"></footer>
<style>
body {
padding-top: calc(var(--browse-header-offset, var(--app-header-height, 3.8rem)) + 0.35rem);
Expand Down
1 change: 0 additions & 1 deletion static/browse.html
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@

</main>

<footer id="PageFooter" role="contentinfo"></footer>
</solid-ui-provider>

<style>
Expand Down
Loading