From 1eab44464c55476d07c5d0c08273d437c306982f Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Mon, 15 Jan 2024 02:01:36 +0000 Subject: [PATCH] More style. git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4774 ed5197a5-7fde-0310-b194-c3ffbd925b24 --- apps/ssb.json | 2 +- apps/ssb/index.html | 5 ++--- apps/ssb/tf-app.js | 6 +++--- apps/ssb/tf-compose.js | 8 ++++---- apps/ssb/tf-id-picker.js | 2 +- apps/ssb/tf-styles.js | 3 +-- apps/ssb/tf-tab-news.js | 1 - 7 files changed, 12 insertions(+), 15 deletions(-) diff --git a/apps/ssb.json b/apps/ssb.json index b5e0fecb..a88bab05 100644 --- a/apps/ssb.json +++ b/apps/ssb.json @@ -1,5 +1,5 @@ { "type": "tildefriends-app", "emoji": "🐌", - "previous": "&aZVxNuiPov7LSAmnCoNa7HTryMSLhO83QqLhQ9K9JH8=.sha256" + "previous": "&n4YCyklfFAtR817GefbdRl5PJGWylSau1YqrD6yq0Ac=.sha256" } \ No newline at end of file diff --git a/apps/ssb/index.html b/apps/ssb/index.html index 69092c02..c7ae52ba 100644 --- a/apps/ssb/index.html +++ b/apps/ssb/index.html @@ -4,15 +4,14 @@ Tilde Friends - - - + + diff --git a/apps/ssb/tf-app.js b/apps/ssb/tf-app.js index 3bebd8d5..1640db50 100644 --- a/apps/ssb/tf-app.js +++ b/apps/ssb/tf-app.js @@ -184,9 +184,9 @@ class TfElement extends LitElement { render_id_picker() { return html` -
- - +
+ +
`; } diff --git a/apps/ssb/tf-compose.js b/apps/ssb/tf-compose.js index 9097cd4a..b1056ab6 100644 --- a/apps/ssb/tf-compose.js +++ b/apps/ssb/tf-compose.js @@ -466,11 +466,11 @@ class TfComposeElement extends LitElement { let result = html`
${this.render_encrypt()} -
-
- +
+
+

-
+
${content_warning}
diff --git a/apps/ssb/tf-id-picker.js b/apps/ssb/tf-id-picker.js index 70847472..dd6464af 100644 --- a/apps/ssb/tf-id-picker.js +++ b/apps/ssb/tf-id-picker.js @@ -31,7 +31,7 @@ class TfIdentityPickerElement extends LitElement { render() { return html` - ${(this.ids ?? []).map(id => html``)} `; diff --git a/apps/ssb/tf-styles.js b/apps/ssb/tf-styles.js index 8e9fca57..8e85f101 100644 --- a/apps/ssb/tf-styles.js +++ b/apps/ssb/tf-styles.js @@ -55,9 +55,8 @@ code { } blockquote { - background-color: black; + background-color: #607d8b; border-left: 4px solid #fff; - margin-left: 0px; padding: 8px; padding-left: 12px; } diff --git a/apps/ssb/tf-tab-news.js b/apps/ssb/tf-tab-news.js index a6c84572..5fd6852f 100644 --- a/apps/ssb/tf-tab-news.js +++ b/apps/ssb/tf-tab-news.js @@ -107,7 +107,6 @@ class TfTabNewsElement extends LitElement { html`` : undefined; return html`

-

Welcome, !