mirror of
https://github.com/imgfloat/server.git
synced 2026-02-04 19:29:26 +00:00
Remove useless headers
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
border: 1px solid #504768;
|
||||
max-height: 90vh;
|
||||
overflow: auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
}
|
||||
|
||||
.modal .modal-inner.small {
|
||||
|
||||
@@ -404,14 +404,12 @@
|
||||
<div class="modal-header-row">
|
||||
<div>
|
||||
<h1>Custom script marketplace</h1>
|
||||
<p>Search public scripts by name or description.</p>
|
||||
</div>
|
||||
<button type="button" class="ghost icon-button" id="custom-asset-marketplace-close" aria-label="Close">
|
||||
<i class="fa-solid fa-xmark"></i>
|
||||
</button>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="custom-asset-marketplace-search">Search scripts</label>
|
||||
<input
|
||||
id="custom-asset-marketplace-search"
|
||||
type="search"
|
||||
@@ -420,7 +418,6 @@
|
||||
/>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="custom-asset-marketplace-channel">Import into channel</label>
|
||||
<select id="custom-asset-marketplace-channel" class="text-input"></select>
|
||||
</div>
|
||||
<div class="marketplace-list" id="custom-asset-marketplace-list"></div>
|
||||
|
||||
Reference in New Issue
Block a user