Show new posts counter for spaces
Show a red counter for new posts on left side for spaces from 1 to 99+, little bit like Discord π
Vote here: https://community.wpmanageninja.com/fluentcommunity-roadmp/#/idea/816/
Released as secret feature in 1.3 :)
if someone like this into Discord Style, here is easy CSS-Code:
.spaces .space_contents ul li a span.fcom_unread_count {
background-color: red !important;
color: white !important;
line-height: 1 !important;
padding: 4px 6px !important;
font-size: 10px !important;
border-radius: 999px !important;
font-weight: bold !important;
display: inline-block !important;
border: 1px solid #ED4245 !important;
}