style(next): recent changes list: remove the item border

This commit is contained in:
Adorian Doran 2024-12-13 02:17:57 +02:00
parent 6e1cfdbb89
commit cd30d7dd0f

View File

@ -1077,6 +1077,7 @@ body .calendar-dropdown-widget .calendar-body a:hover {
display: flex;
position: relative;
margin: 0;
border: unset;
padding-top: var(--timeline-item-top-margin);
padding-bottom: var(--timeline-item-bottom-margin);
padding-left: calc(var(--timeline-left-gap) + var(--timeline-right-gap));