chore rename core.css to tildefriends.css, remove license from tildefriends.css

This commit is contained in:
2024-02-22 16:11:49 +01:00
parent 53f9547cc5
commit df82cfe66b
6 changed files with 10 additions and 33 deletions

View File

@@ -26,7 +26,7 @@ class TfIdentityPickerElement extends LitElement {
render() {
return html`
<link rel="stylesheet" href="core.css"/>
<link rel="stylesheet" href="tildefriends.css"/>
<select @change=${this.changed} class="button" style="max-width: 100%">
${(this.ids ?? []).map(id => html`<option ?selected=${id == this.selected} value=${id}>${id}</option>`)}
</select>