web: have colored initials for From

Add scaffolding for profile pics
This commit is contained in:
2024-02-22 20:37:21 -08:00
parent 3f268415e9
commit 42484043a1
2 changed files with 73 additions and 16 deletions

View File

@@ -11,8 +11,12 @@
<link rel="icon" href="https://static.xinu.tv/favicon/letterbox.svg" />
<!-- Pretty checkboxes from https://justboil.github.io/bulma-checkbox/ -->
<link data-trunk rel="css" href="static/main.css" />
<!-- tall thin font for user icon -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap" rel="stylesheet">
<style>
.message {
<style>.message {
display: inline-block;
padding: 0.5em;
width: 100%;
@@ -151,8 +155,8 @@
}
.mobile .thread h3 {
padding: 1em 1em 0;
overflow-wrap: break-word;
padding: 1em 1em 0;
}
.mobile .thread .tags {