mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
26 lines
543 B
CSS
26 lines
543 B
CSS
#notifs_widget li:not(:first-child) {
|
|
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;
|
|
}
|
|
|
|
#notifs_widget.groupshown ul li:first-child:before {
|
|
font-family: "Material Design Iconic Font";
|
|
content: "\f2c2";
|
|
display: inline-block;
|
|
}
|
|
|
|
#notifs_widget ul li:first-child:before {
|
|
font-family: "Material Design Iconic Font";
|
|
content: "\f2c0";
|
|
display: inline-block;
|
|
}
|