4,554
edits
No edit summary |
No edit summary |
||
Line 1,110: | Line 1,110: | ||
padding: 7px !important; | padding: 7px !important; | ||
margin-bottom: 0; | margin-bottom: 0; | ||
border-left: 1px solid black; | border-left: 1px solid black; | ||
border-right: 1px solid black; | border-right: 1px solid black; | ||
border-top: 1px solid black; | |||
display: flex; | display: flex; | ||
} | } | ||
#list-list div.filtered-list-item + div.filtered-list-item { | |||
border-top: none; | |||
} | |||
/* Selects the last item if it's the only one visible */ | |||
#list-list div.filtered-list-item:last-child:not(:first-child) { | |||
border-bottom: 1px solid black; | |||
} | |||
#list-list div.filtered-list-item:not(:first-child) { | #list-list div.filtered-list-item:not(:first-child) { | ||
margin-left: 0; | margin-left: 0; | ||
} | } | ||
#list-list div.filtered-list-item:nth-child(5n + 1) { | #list-list div.filtered-list-item:nth-child(5n + 1) { | ||
margin-left: 0; | margin-left: 0; | ||
transform: none; | transform: none; | ||
} | } | ||
#list-list div.filtered-list-item:last-child { | #list-list div.filtered-list-item:last-child { | ||
margin-right: 0; | margin-right: 0; | ||
} | } | ||
.list-card { | .list-card { |