aboutsummaryrefslogtreecommitdiffhomepage
path: root/static
diff options
context:
space:
mode:
authorwinter2025-01-18 16:22:59 +0000
committerwinter2025-01-18 16:22:59 +0000
commit57f3f83a01c42b702005990bfc109367ffcf5f66 (patch)
treeb0d1844a0a3ce216e46d4d4445f2a5318ddaf4fb /static
parentc0e65d0446f928b30eecc858c5cf9a8eb1a364c1 (diff)
rounded avatars and fix long bio lines
Diffstat (limited to 'static')
-rw-r--r--static/misc.css1
-rw-r--r--static/note.css1
-rw-r--r--static/profile.css1
3 files changed, 3 insertions, 0 deletions
diff --git a/static/misc.css b/static/misc.css
index e0d3851..ff9fe99 100644
--- a/static/misc.css
+++ b/static/misc.css
@@ -90,6 +90,7 @@ span.unreadIndicator {
pre {
font-family: inherit;
font-size: inherit;
+ text-wrap: wrap;
}
[hidden] {
diff --git a/static/note.css b/static/note.css
index 84f079c..a9cbce8 100644
--- a/static/note.css
+++ b/static/note.css
@@ -43,6 +43,7 @@ article.note {
img.avatar {
width: var(--avatar-size);
aspect-ratio: 1;
+ border-radius: var(--border-radius);
}
&.selected {
diff --git a/static/profile.css b/static/profile.css
index 3c4c7cc..6f7cec0 100644
--- a/static/profile.css
+++ b/static/profile.css
@@ -13,6 +13,7 @@
img.avatar {
width: var(--avatar-big-size);
aspect-ratio: 1;
+ border-radius: var(--border-radius);
}
.displayName {
font-size: var(--font-big-size);