ssb: Put the hamburger menu on the same line as the welcome text.
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&/flKW9HptO5lHG19rMwc4GT9rGBFiRqVD87VDbWvsgc=.sha256"
|
"previous": "&JDcwV6jqSMWEgYqq2qRmYDPVhVS5yoasohZnH077RW4=.sha256"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -428,18 +428,18 @@ class TfTabNewsElement extends LitElement {
|
|||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
id="show_sidebar"
|
style="width: 100%; max-width: 100%; white-space: nowrap; overflow: hidden"
|
||||||
class="w3-button w3-hide-large"
|
|
||||||
@click=${this.show_sidebar}
|
|
||||||
>
|
|
||||||
${this.unread_status()}☰
|
|
||||||
</div>
|
|
||||||
<span
|
|
||||||
style="display: inline-block; width: 100%; max-width: 100%; white-space: nowrap; overflow: hidden"
|
|
||||||
>
|
>
|
||||||
|
<button
|
||||||
|
id="show_sidebar"
|
||||||
|
class="w3-button w3-hide-large"
|
||||||
|
@click=${this.show_sidebar}
|
||||||
|
>
|
||||||
|
${this.unread_status()}☰
|
||||||
|
</button>
|
||||||
Welcome,
|
Welcome,
|
||||||
<tf-user id=${this.whoami} .users=${this.users}></tf-user>!
|
<tf-user id=${this.whoami} .users=${this.users}></tf-user>!
|
||||||
</span>
|
</div>
|
||||||
${edit_profile}
|
${edit_profile}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user