From d8ca8ea4a226ef7c2d849c4f61ff93bbb16317cb Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 4 Jan 2025 01:03:27 +0100 Subject: [PATCH] style: style the table of accounts --- src/pages/tech-bsky-fedi.astro | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/pages/tech-bsky-fedi.astro b/src/pages/tech-bsky-fedi.astro index ba7bdfb..4ef6924 100644 --- a/src/pages/tech-bsky-fedi.astro +++ b/src/pages/tech-bsky-fedi.astro @@ -136,13 +136,14 @@ const description = to your fedi account provider.

+

If you're on Mastodon, this functionality is found in:

- If you're on Mastodon, this functionality is found in:
Preferences -> Import and export -> Import + PreferencesImport and export → + Import

Full .csv content

+
@@ -156,16 +157,15 @@ const description = width: 50px; height: 50px; } - td span { - font-size: small; - } .table-container { overflow-x: auto; } + table th, table td { - padding: 0.5em; - border: 1px solid gray; + padding: 1rem; + border-radius: 5px; + background: rgba(0, 0, 0, 0.1); }