Seems like these have special URL treatments too

This commit is contained in:
Lim Chee Aun 2022-12-24 21:14:05 +08:00
parent 966e8b9cb7
commit 17ac9cc2c6

View file

@ -52,6 +52,13 @@
line-height: 1.25; 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 { #account-container .profile-field b {
font-size: 90%; font-size: 90%;
color: var(--text-insignificant-color); color: var(--text-insignificant-color);