mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Use em, and hide if there's nothing in account "note"
This commit is contained in:
parent
f23e4b0dd9
commit
89f34d7942
1 changed files with 5 additions and 1 deletions
|
@ -9,11 +9,15 @@
|
|||
--original-color: var(--link-color);
|
||||
|
||||
.note {
|
||||
font-size: 95%;
|
||||
font-size: 0.95em;
|
||||
line-height: 1.4;
|
||||
text-wrap: pretty;
|
||||
margin-bottom: 16px;
|
||||
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
> *:first-child {
|
||||
margin-top: 0;
|
||||
padding-top: 0;
|
||||
|
|
Loading…
Reference in a new issue