mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-30 09:40:00 -06:00
Remove fixed width in publish website input (#1747)
This commit is contained in:
committed by
GitHub
parent
103bac32d8
commit
5a8f06db9e
@@ -79,7 +79,7 @@ async function UIWindowPublishWebsite(target_dir_uid, target_dir_name, target_di
|
||||
h += `<label style="margin-bottom: 10px; display: block;">${i18n('pick_name_for_website')}</label>`;
|
||||
h += `<div style="font-family: monospace; display: flex; align-items: center; background: #f8f9fa; padding: 8px; border-radius: 6px; border: 1px solid #dee2e6;">`;
|
||||
h += `<span style="color: #666;">${html_encode(window.extractProtocol(window.url))}://</span>`;
|
||||
h += `<input class="publish-website-subdomain" style="border: none; background: #ffffff; outline: none; width: 150px; padding: 7px !important; " type="text" autocomplete="subdomain" spellcheck="false" autocorrect="off" autocapitalize="off" data-gramm_editor="false"/>`;
|
||||
h += `<input class="publish-website-subdomain" style="border: none; background: #ffffff; outline: none; padding: 7px !important; " type="text" autocomplete="subdomain" spellcheck="false" autocorrect="off" autocapitalize="off" data-gramm_editor="false"/>`;
|
||||
h += `<span style="color: #666;">.${html_encode(window.hosting_domain)}</span>`;
|
||||
h += `</div>`;
|
||||
h += `</div>`;
|
||||
|
||||
Reference in New Issue
Block a user