Theater at top level in menu

This commit is contained in:
2026-04-08 10:59:58 +02:00
parent c6e0314769
commit 556086117b
4 changed files with 117 additions and 120 deletions

View File

@@ -25,7 +25,7 @@ const contentMenuTabs = `
<!-- Tab panes -->
<div class="tab-content ps-4 ms-3 overflow-y-auto">
<div class="tab-pane active p-3 ms-3" id="layer" role="tabpanel" aria-labelledby="layer-tab" tabindex="0"></div>
<div class="tab-pane active p-3 ms-2" id="layer" role="tabpanel" aria-labelledby="layer-tab" tabindex="0"></div>
<div class="tab-pane p-3" id="media" role="tabpanel" aria-labelledby="media-tab" tabindex="0"></div>
</div>
`;