From 77ba95515ed32c1a209ae341b4f716dbcd46f2a6 Mon Sep 17 00:00:00 2001 From: winter Date: Sun, 19 Jan 2025 15:55:27 +0000 Subject: sort out a bunch of text overflow issues --- static/profile.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'static/profile.css') diff --git a/static/profile.css b/static/profile.css index 6f7cec0..7783206 100644 --- a/static/profile.css +++ b/static/profile.css @@ -10,6 +10,11 @@ grid-template-columns: max-content 1fr max-content; gap: var(--spacing-double); + > * { + overflow: hidden; + text-overflow: ellipsis; + } + img.avatar { width: var(--avatar-big-size); aspect-ratio: 1; @@ -18,10 +23,14 @@ .displayName { font-size: var(--font-big-size); font-weight: bold; + text-overflow: ellipsis; + overflow: hidden; } .handle, .joinedDate { font-size: var(--font-small-size); + text-overflow: ellipsis; + overflow: hidden; } } -- cgit v1.3