mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Seems like these have special URL treatments too
This commit is contained in:
parent
966e8b9cb7
commit
17ac9cc2c6
1 changed files with 7 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue