4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Add max size to avatar page

This commit is contained in:
QuickMythril 2024-03-23 15:30:58 -04:00
parent 443c47bb94
commit a63e108631

View File

@ -254,7 +254,7 @@ class PublishData extends LitElement {
<paper-card style="width:100%; max-width:740px;"> <paper-card style="width:100%; max-width:740px;">
<div style="margin:0; margin-top:20px;"> <div style="margin:0; margin-top:20px;">
<h3 style="margin:0; padding:8px 0; text-transform: capitalize; color: var(--black);">${translate("publishpage.pchange1")} / ${translate("publishpage.pchange2")} ${this.category}</h3> <h3 style="margin:0; padding:8px 0; text-transform: capitalize; color: var(--black);">${translate("publishpage.pchange1")} / ${translate("publishpage.pchange2")} ${this.category}</h3>
<p style="font-style: italic; font-size: 14px; color: var(--black);" ?hidden="${this.portForwardingEnabled}">${translate("publishpage.pchange3")}</p> <p style="font-style: italic; font-size: 14px; color: var(--black);" ?hidden="${this.portForwardingEnabled}">${translate("publishpage.pchange3")}</p><p style="font-style: italic; font-size: 14px; color: var(--black);">(500 KB max.)</p>
</div> </div>
</paper-card> </paper-card>
<!-- TODO: adapt this dropdown to list all names on the account. Right now it's hardcoded to a single name --> <!-- TODO: adapt this dropdown to list all names on the account. Right now it's hardcoded to a single name -->