We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f090d1 commit 82edcd6Copy full SHA for 82edcd6
openlibrary/templates/covers/external_image.html
@@ -4,10 +4,10 @@
4
<div class="label">
5
<label>$_("Or, use a cover from %s", source_name)</label>
6
</div>
7
- <div style="display: flex; flex-direction: row;">
+ <div style="display: flex; flex-direction: row; gap: 5px;">
8
$for url in [img_url_cover, img_url_title]:
9
$if url:
10
- <div class="input">
+ <div class="input" style="align-items: center;">
11
<a href="$url" target="_blank" style="flex-direction: column;">
12
<img class="ol-cover-form--external_image" src="$url" style="height: 200px" alt="" />
13
</a>
0 commit comments