4,554
edits
No edit summary |
No edit summary Tag: Reverted |
||
Line 1,156: | Line 1,156: | ||
letter-spacing: 0.4px; | letter-spacing: 0.4px; | ||
} | } | ||
#list div#community-featured, | |||
#list-block-1 div.community-featured, | |||
#list-block-2 div.community-featured, | |||
#list-block-3 div.community-featured { | |||
display: none; | |||
position: relative; /* Ensure z-index works */ | |||
z-index: 2; /* Higher than .card elements */ | |||
width: calc(20% + 0px); /* Slightly wider */ | |||
box-sizing: border-box; | |||
height: fit-content; | |||
margin-bottom: 30px; | |||
margin-left: -1px; /* Adjust for overlap */ | |||
margin-right: -1px; /* Adjust for overlap */ | |||
font-size: 12px; | |||
line-height: 25px; | |||
letter-spacing: 0.4px; | |||
} | |||
.community-home-card { | .community-home-card { | ||
background: black; | background: black; | ||
Line 1,483: | Line 1,499: | ||
border-bottom: 2px solid black; | border-bottom: 2px solid black; | ||
} | } | ||
#list-list div.community-featured, | |||
#list-list-1 div.community-featured, | |||
#list-list-2 div.community-featured, | |||
#list-list-3 div.community-featured { | |||
width: 100%; | |||
padding: 7px !important; | |||
margin-bottom: 0; | |||
display: none; | |||
border-left: 2px solid blaczk; | |||
border-right: 2px solid black; | |||
border-top: 1px solid black; | |||
border-bottom: 2px solid black; | |||
} | |||
.community-list-home-card { | .community-list-home-card { | ||
display: flex; | display: flex; |