More breathing space after the negative top margin hack
This commit is contained in:
parent
abb7f11c12
commit
2dca345818
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
padding: 16px !important;
|
padding: 16px !important;
|
||||||
gap: 12px;
|
gap: 12px;
|
||||||
}
|
}
|
||||||
|
.notification.mention {
|
||||||
|
margin-top: 16px;
|
||||||
|
}
|
||||||
.only-mentions .notification:not(.mention),
|
.only-mentions .notification:not(.mention),
|
||||||
.only-mentions .timeline-empty {
|
.only-mentions .timeline-empty {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue