forked from cory/tildefriends
ssb: Fiddle with the placement of the hamburger menu, and fix the tf-compose placeholder text.
This commit is contained in:
@ -563,6 +563,14 @@ class TfComposeElement extends LitElement {
|
||||
🔐
|
||||
</button>`;
|
||||
let result = html`
|
||||
<style>
|
||||
.w3-input:empty::before {
|
||||
content: attr(placeholder);
|
||||
}
|
||||
.w3-input:empty:focus::before {
|
||||
content: '';
|
||||
}
|
||||
</style>
|
||||
<div
|
||||
class="w3-card-4 w3-theme-d4 w3-padding-small"
|
||||
style="box-sizing: border-box"
|
||||
|
Reference in New Issue
Block a user