mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-23 19:00:54 +03:00
Fix some profile notes don't have <p>
This commit is contained in:
parent
772c4c7ba9
commit
d08848fff3
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
||||||
font-size: 95%;
|
font-size: 95%;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
#account-container .note:not(:has(p)) {
|
||||||
|
/* Some notes don't have <p> tags, so we need to add some padding */
|
||||||
|
padding: 1em 0;
|
||||||
|
}
|
||||||
|
|
||||||
#account-container .stats {
|
#account-container .stats {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -52,6 +56,9 @@
|
||||||
color: var(--text-insignificant-color);
|
color: var(--text-insignificant-color);
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
}
|
}
|
||||||
|
#account-container .profile-field b .icon {
|
||||||
|
color: var(--green-color);
|
||||||
|
}
|
||||||
#account-container .profile-field p {
|
#account-container .profile-field p {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue