4,554
edits
No edit summary |
No edit summary |
||
Line 1,139: | Line 1,139: | ||
line-height: 30px; | line-height: 30px; | ||
} | } | ||
#list div#community-featured { | #list div#community-featured, | ||
#list-block-1 div#community-featured, | |||
#list-block-2 div#community-featured, | |||
#list-block-3 div#community-featured { | |||
display: none; | display: none; | ||
position: relative; /* Ensure z-index works */ | position: relative; /* Ensure z-index works */ | ||
Line 1,467: | Line 1,470: | ||
transform: scale(6); /* Increase the scale factor as needed */ | transform: scale(6); /* Increase the scale factor as needed */ | ||
} | } | ||
#list-list div#community-featured { | #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%; | width: 100%; | ||
padding: 7px !important; | padding: 7px !important; |