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/skeleton.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/skeleton.css') diff --git a/static/skeleton.css b/static/skeleton.css index e90e376..12bc1e5 100644 --- a/static/skeleton.css +++ b/static/skeleton.css @@ -95,6 +95,11 @@ nav { width: var(--icon-size); aspect-ratio: 1; } + #currentUserInfo { + max-width: 16em; + overflow: hidden; + text-overflow: ellipsis; + } } ul.sideNavigation { -- cgit v1.3