You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
274 B

#notifs_widget li:not(:first-child) {
margin-bottom: 0.5em;
display: list-item;
}
#notifs_widget li img {
max-height: 2em;
float: left;
margin-right: 0.5em;
border-radius: 1em;
}
#notifs_widget.groupshown li:not(:first-child){
display: none;
}