text alignment for widthxheight images
This commit is contained in:
@@ -149,12 +149,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<.radio_component options={Constants.permitted_alignments()} selected={@align} />
|
||||
<.radio_component
|
||||
options={Constants.permitted_alignments()}
|
||||
selected={@align}
|
||||
event_name="update_alignment"
|
||||
/>
|
||||
</form>
|
||||
|
||||
<div class="text-center">
|
||||
<a href={@link}>
|
||||
<button class="inline-block bg-primary text-fg-light dark:text-fg-dark px-4 py-2 rounded hover:bg-highlight focus:ring-fg-light focus:dark:ring-fg-dark">
|
||||
<button class="inline-block bg-primary text-fg-light px-4 py-2 rounded hover:bg-highlight focus:ring-fg-light focus:dark:ring-fg-dark">
|
||||
Create
|
||||
</button>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user