forked from cory/tildefriends
chore rename core.css to tildefriends.css, remove license from tildefriends.css
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user