mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 03:39:26 +00:00
Remove useless headers
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user