ssb: Fiddle with the placement of the hamburger menu, and fix the tf-compose placeholder text.

This commit is contained in:
2024-12-29 15:11:14 -05:00
parent 5d9785ac2d
commit f66c6ed0c3
3 changed files with 17 additions and 9 deletions

View File

@ -239,13 +239,6 @@ class TfTabNewsElement extends LitElement {
class="w3-main"
>
<div style="padding: 8px">
<div
id="show_sidebar"
class="w3-left w3-button w3-hide-large"
@click=${this.show_sidebar}
>
&#9776;
</div>
<p>
${this.hash.startsWith('##')
? html`
@ -260,7 +253,14 @@ class TfTabNewsElement extends LitElement {
`
: undefined}
</p>
<div class="w3-bar">
<div>
<div
id="show_sidebar"
class="w3-button w3-hide-large"
@click=${this.show_sidebar}
>
&#9776;
</div>
Welcome, <tf-user id=${this.whoami} .users=${this.users}></tf-user>!
${edit_profile}
</div>