From 17ac9cc2c6ea98d4805de321cc62c4699d405333 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Sat, 24 Dec 2022 21:14:05 +0800 Subject: [PATCH] Seems like these have special URL treatments too --- src/components/account.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/account.css b/src/components/account.css index aed1e453..f49fb4ca 100644 --- a/src/components/account.css +++ b/src/components/account.css @@ -52,6 +52,13 @@ line-height: 1.25; } +#account-container :is(.note, .profile-field) .invisible { + display: none; +} +#account-container :is(.note, .profile-field) .ellipsis::after { + content: '…'; +} + #account-container .profile-field b { font-size: 90%; color: var(--text-insignificant-color);