notification list: use bootstrap accordion to fold/unfold notification content

This commit is contained in:
2022-01-15 17:13:20 +01:00
parent 22022e5143
commit 120ce40dbe
3 changed files with 130 additions and 89 deletions

View File

@@ -66,3 +66,15 @@ div.notification-show {
}
}
}
// Override bootstrap accordion
div#notification-fold {
.accordion-button {
padding: 0;
background-color: unset;
&:not(.collapsed) {
background-color: unset;
box-shadow: unset;
}
}
}