syt2 / zotero-scipdf

Download PDF from Sci-Hub automatically For Zotero7
GNU Affero General Public License v3.0
326 stars 6 forks source link

[Feature] 配置的时候文本框实在是太小了 #33

Open zzlb0224 opened 2 weeks ago

zzlb0224 commented 2 weeks ago

Is there an existing issue for this?

Describe the feature request

配置的时候文本框实在是太小了。每次都是复制出来使用。能不能用width:100%或者使用textarea替代input,这样还能有多行。

Describe the solution you'd like

<html:input
        type="text"
        style="width: 100%;"
        id="zotero-prefpane-__addonRef__-scihubUrl"
      ></html:input>

Anything else?

No response