Resolve "Afficher les noms des usagers et l'entité concerné par l'entité notifiée dans la liste des notifications"

This commit is contained in:
2025-01-23 11:34:16 +00:00
committed by Julien Fastré
parent 9e191f1b5b
commit 9a5fd67842
28 changed files with 267 additions and 33 deletions

View File

@@ -10,6 +10,19 @@ div.notification {
margin-right: 0.3em;
}
}
h4.notification-subtitle {
margin: 0.5rem 0;
}
ul.notification-related-entities {
margin: 0.5rem 0;
list-style: none;
padding: 0;
& > li {
display: inline-block;
}
}
div.read {
h2.notification-title,
h6.notification-title {
@@ -52,7 +65,7 @@ div.notification-show {
li {
span.item-key {
display: inline-block;
width: 3em;
padding: 0.1em 0.3rem;
}
}
}
@@ -97,4 +110,4 @@ span.counter {
padding: 0 0.4rem;
border-radius: 50%;
}
}
}