process intervals. inlining fields
This commit is contained in:
@ -176,16 +176,6 @@
|
||||
</g>
|
||||
</svg>
|
||||
<aside class="menu" style="display: flex; flex-direction: column; flex-grow: 1;">
|
||||
<p class="menu-label">
|
||||
Personal
|
||||
</p>
|
||||
<ul class="menu-list">
|
||||
<li>
|
||||
<a class="switch-pane" data-pane="personal">
|
||||
<span class="icon"><i class="fas fa-map-pin"></i></span> @%username%
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<p class="menu-label">
|
||||
Servers
|
||||
</p>
|
||||
@ -290,11 +280,14 @@
|
||||
</div>
|
||||
|
||||
<template id="embedFieldTemplate">
|
||||
<div class="embed-field-box">
|
||||
<div data-inlined="1" class="embed-field-box">
|
||||
<label class="is-sr-only" for="embedFieldTitle">Field Title</label>
|
||||
<textarea class="discord-field-title field-input message-input autoresize"
|
||||
placeholder="Field Title..." rows="1"
|
||||
maxlength="256" id="embedFieldTitle" name="embed_field_title[]"></textarea>
|
||||
<div style="display: flex;">
|
||||
<textarea class="discord-field-title field-input message-input autoresize"
|
||||
placeholder="Field Title..." rows="1"
|
||||
maxlength="256" id="embedFieldTitle" name="embed_field_title[]"></textarea>
|
||||
<button class="button is-small inline-btn" style="height: 100%; padding: 5px;"><i class="fas fa-arrows-h"></i></button>
|
||||
</div>
|
||||
|
||||
<label class="is-sr-only" for="embedFieldValue">Field Value</label>
|
||||
<textarea
|
||||
|
@ -58,13 +58,14 @@
|
||||
<br>
|
||||
|
||||
<div class="embed-multifield-box">
|
||||
<div class="embed-field-box">
|
||||
<div data-inlined="1" class="embed-field-box">
|
||||
<label class="is-sr-only" for="embedFieldTitle">Field Title</label>
|
||||
<textarea
|
||||
class="discord-field-title field-input message-input autoresize "
|
||||
placeholder="Field Title..." rows="1"
|
||||
maxlength="256" id="embedFieldTitle"
|
||||
name="embed_field_title[]"></textarea>
|
||||
<div style="display: flex;">
|
||||
<textarea class="discord-field-title field-input message-input autoresize"
|
||||
placeholder="Field Title..." rows="1"
|
||||
maxlength="256" id="embedFieldTitle" name="embed_field_title[]"></textarea>
|
||||
<button class="button is-small inline-btn" style="height: 100%; padding: 5px;"><i class="fas fa-arrows-h"></i></button>
|
||||
</div>
|
||||
|
||||
<label class="is-sr-only" for="embedFieldValue">Field Value</label>
|
||||
<textarea
|
||||
|
Reference in New Issue
Block a user