style(next): recent changes list: improve the layout of the list items

This commit is contained in:
Adorian Doran 2024-12-13 00:10:49 +02:00
parent 346ae7d815
commit 6f75932015

View File

@ -1084,6 +1084,7 @@ body .calendar-dropdown-widget .calendar-body a:hover {
}
.recent-changes-content ul li {
display: flex;
position: relative;
color: transparent; /* Hide the "-" character */
padding-top: var(--timeline-item-vertical-margin);