mirror of
https://github.com/openvk/openvk
synced 2025-06-07 20:34:38 +03:00
feat(doc picker): add margin before upload button
This commit is contained in:
parent
8d734ae528
commit
911e03980c
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ async function __docAttachment(form, ctx = "wall", source = "user", source_arg =
|
||||||
<text id="photo_com_title_photos">
|
<text id="photo_com_title_photos">
|
||||||
${tr("select_doc")}
|
${tr("select_doc")}
|
||||||
</text>
|
</text>
|
||||||
<span style="display: inline-flex;gap: 7px;">
|
<span style="display: inline-flex;gap: 7px;margin-left: 5px;">
|
||||||
${source != "user" ? `<a id="_doc_picker_go_to_my">${tr("go_to_my_documents")}</a>`: ""}
|
${source != "user" ? `<a id="_doc_picker_go_to_my">${tr("go_to_my_documents")}</a>`: ""}
|
||||||
<a id="_doc_picker_upload">${tr("upload_button")}</a>
|
<a id="_doc_picker_upload">${tr("upload_button")}</a>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in a new issue