4,092
edits
No edit summary |
No edit summary |
||
Line 963: | Line 963: | ||
/*previous .card*/ | /*previous .card*/ | ||
.filtered-list-item { | #list div.filtered-list-item { | ||
position: relative; /* Ensure z-index works */ | position: relative; /* Ensure z-index works */ | ||
width: calc(20% - 2px); | width: calc(20% - 2px); | ||
Line 977: | Line 977: | ||
} | } | ||
.filtered-list-item:not(:first-child) { | #list div.filtered-list-item:not(:first-child) { | ||
margin-left: -1px; | margin-left: -1px; | ||
} | } | ||
.filtered-list-item:nth-child(5n + 1) { | #list div.filtered-list-item:nth-child(5n + 1) { | ||
transform: none; | transform: none; | ||
} | } | ||
.filtered-list-item:last-child { | #list div.filtered-list-item:last-child { | ||
margin-right: 0; | margin-right: 0; | ||
border-right: 1px solid black; | border-right: 1px solid black; |