Remove useless headers

This commit is contained in:
2026-01-22 23:07:51 +01:00
parent 33263b685c
commit a7368d2172
2 changed files with 3 additions and 3 deletions

View File

@@ -19,6 +19,9 @@
border: 1px solid #504768; border: 1px solid #504768;
max-height: 90vh; max-height: 90vh;
overflow: auto; overflow: auto;
display: flex;
flex-direction: column;
gap: 12px;
} }
.modal .modal-inner.small { .modal .modal-inner.small {

View File

@@ -404,14 +404,12 @@
<div class="modal-header-row"> <div class="modal-header-row">
<div> <div>
<h1>Custom script marketplace</h1> <h1>Custom script marketplace</h1>
<p>Search public scripts by name or description.</p>
</div> </div>
<button type="button" class="ghost icon-button" id="custom-asset-marketplace-close" aria-label="Close"> <button type="button" class="ghost icon-button" id="custom-asset-marketplace-close" aria-label="Close">
<i class="fa-solid fa-xmark"></i> <i class="fa-solid fa-xmark"></i>
</button> </button>
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="custom-asset-marketplace-search">Search scripts</label>
<input <input
id="custom-asset-marketplace-search" id="custom-asset-marketplace-search"
type="search" type="search"
@@ -420,7 +418,6 @@
/> />
</div> </div>
<div class="form-group"> <div class="form-group">
<label for="custom-asset-marketplace-channel">Import into channel</label>
<select id="custom-asset-marketplace-channel" class="text-input"></select> <select id="custom-asset-marketplace-channel" class="text-input"></select>
</div> </div>
<div class="marketplace-list" id="custom-asset-marketplace-list"></div> <div class="marketplace-list" id="custom-asset-marketplace-list"></div>