Advanced log view: Frio version

Show log event details in a modal dialog
This commit is contained in:
fabrixxm 2021-03-27 18:36:55 +01:00
commit b8fc6a8c02
3 changed files with 148 additions and 0 deletions

View file

@ -84,6 +84,20 @@ blockquote {
overflow: hidden !important;
}
/**
* details tag
*/
details {
padding: .5em .5em 0;
}
details details {
padding-left: .5em;
}
details summary {
font-weight: bold;
display: list-item;
}
/**
* mobile aside
*/