Skip to content

Commit 86d6b5f

Browse files
authored
Merge pull request #447 from SolidOS/newLayout
New layout
2 parents 62a8c70 + 469dc4d commit 86d6b5f

2 files changed

Lines changed: 0 additions & 11 deletions

File tree

src/databrowser.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
<!-- Main content area — single visible region at a time -->
4444
<div class="app-main" tabindex="-1" aria-live="polite">
4545
<div class="app-shell">
46-
<aside id="NavMenu" class="app-nav" aria-label="Application menu" hidden>
47-
<div id="NavMenuContent" class="menu-content"></div>
48-
</aside>
4946

5047
<main id="MainContent" class="app-view">
5148
<!--
@@ -79,13 +76,6 @@
7976
</main> <!-- .app-view -->
8077
</div> <!-- .app-shell -->
8178

82-
<div id="MenuOverlay" class="menu-overlay" hidden aria-hidden="true"></div>
83-
</div>
84-
85-
<!-- Footer — populated by solid-ui initFooter() -->
86-
<footer id="PageFooter" role="contentinfo">
87-
<!-- solid-ui injects: "Powered by Solid" link -->
88-
</footer>
8979
</solid-ui-provider>
9080
</body>
9181
</html>

static/browse.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@
9494

9595
</main>
9696

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

10099
<style>

0 commit comments

Comments
 (0)