ui: settings button/route

This commit is contained in:
2025-09-30 17:49:38 -04:00
parent d588753183
commit 792e81a6cf
3 changed files with 25 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
<div>
<h2>Settings</h2>
<section class="library-content">
<div class="field-row-stacked">
</div>
</section>
</div>
<style>
h2 {
margin-top: 0;
}
.library-content {
margin-top: 20px;
}
</style>