diff options
Diffstat (limited to 'static/skeleton.css')
| -rw-r--r-- | static/skeleton.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
