4,554
edits
No edit summary |
No edit summary |
||
Line 953: | Line 953: | ||
padding: 0; | padding: 0; | ||
} | } | ||
/*previous #list*/ | /*previous #list*/ | ||
Line 995: | Line 992: | ||
margin-right: 0; | margin-right: 0; | ||
border-right: 1px solid black; | border-right: 1px solid black; | ||
} | |||
.filtered .filtered-filters { | |||
border: none; | |||
margin: 0; | |||
display: flex; /* This will create a flex container */ | |||
flex-wrap: nowrap; /* This prevents the items from wrapping onto multiple lines */ | |||
justify-content: space-between; /* This spreads out the child elements evenly */ | |||
align-items: center; /* This aligns the child elements vertically in the center */ | |||
} | |||
.filtered-filter.filtered-value { | |||
/* Add any specific styling needed for the child elements */ | |||
} | } |