Skip to content

Commit

Permalink
Update Menu.cshtml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Sep 22, 2023
1 parent a07acb4 commit 779cc7f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Moonglade.Web/Pages/Admin/Menu.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
@section head{
<style>
.monaco-target {
border: 1px solid #dee2e6;
width: 100%;
min-height: 560px;
}
</style>
Expand Down Expand Up @@ -94,9 +92,12 @@
</div>
</div>
</div>

<div id="JsonContentEditor" class="monaco-target p-3 rounded-3 shadow-sm border bg-white overflow-y-hidden">

<div class="py-3 rounded-3 shadow-sm border bg-white">
<div id="JsonContentEditor" class="monaco-target overflow-y-hidden">
</div>
</div>

<textarea asp-for="@settings.MenuJson" class="settings-jsoncontent-textarea d-none"></textarea>

<div class="mt-3">
Expand Down

0 comments on commit 779cc7f

Please sign in to comment.