From d8ca8ea4a226ef7c2d849c4f61ff93bbb16317cb Mon Sep 17 00:00:00 2001
From: Ayo Ayco
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
+ Preferences → Import and export →
+ Import
.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);
}