ssb: Try not very successfully to make the welcome line format less awkwardly.
This commit is contained in:
@@ -3,6 +3,7 @@ src
|
|||||||
deps
|
deps
|
||||||
.clang-format
|
.clang-format
|
||||||
flake.lock
|
flake.lock
|
||||||
|
apps/trace/speedscope/**
|
||||||
|
|
||||||
# Minified files
|
# Minified files
|
||||||
**/*.min.css
|
**/*.min.css
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"type": "tildefriends-app",
|
"type": "tildefriends-app",
|
||||||
"emoji": "🦀",
|
"emoji": "🦀",
|
||||||
"previous": "&Tozi8g5lPpLW7znc+jm7xDZxoTq1G3DJAh2YhG+FRAQ=.sha256"
|
"previous": "&7dPNAI4sffljUTiwGr3XEUeB8sBD72CFkWMk/o0Z2pw=.sha256"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -428,7 +428,12 @@ class TfTabNewsElement extends LitElement {
|
|||||||
>
|
>
|
||||||
${this.unread_status()}☰
|
${this.unread_status()}☰
|
||||||
</div>
|
</div>
|
||||||
Welcome, <tf-user id=${this.whoami} .users=${this.users}></tf-user>!
|
<span
|
||||||
|
style="display: inline-block; width: 100%; max-width: 100%; white-space: nowrap; overflow: hidden"
|
||||||
|
>
|
||||||
|
Welcome,
|
||||||
|
<tf-user id=${this.whoami} .users=${this.users}></tf-user>!
|
||||||
|
</span>
|
||||||
${edit_profile}
|
${edit_profile}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
async function main() {
|
async function main() {
|
||||||
let speedscope_js = await utf8Decode(getFile('speedscope/speedscope-432XE7GS.js'));
|
let speedscope_js = await utf8Decode(
|
||||||
|
getFile('speedscope/speedscope-432XE7GS.js')
|
||||||
|
);
|
||||||
speedscope_js = speedscope_js.replace(/alert\(`Cannot load.*?return/, '');
|
speedscope_js = speedscope_js.replace(/alert\(`Cannot load.*?return/, '');
|
||||||
app.setDocument(`
|
app.setDocument(`
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
@@ -22,4 +24,4 @@ async function main() {
|
|||||||
`);
|
`);
|
||||||
}
|
}
|
||||||
|
|
||||||
main();
|
main();
|
||||||
|
|||||||
Reference in New Issue
Block a user