4,554
edits
No edit summary |
No edit summary |
||
Line 1,106: | Line 1,106: | ||
/* List view */ | /* List view */ | ||
#list-list div.filtered-view.filtered-list { | |||
border-top: 1px solid black; | |||
} | |||
#list-list div.filtered-list-item { | #list-list div.filtered-list-item { | ||
width: 100%; | width: 100%; | ||
Line 1,116: | Line 1,119: | ||
display: flex; | display: flex; | ||
} | } | ||
#list-list div.filtered-list-item:not(:first-child) { | #list-list div.filtered-list-item:not(:first-child) { | ||
margin-left: 0; | margin-left: 0; |