debug: improve log event details styling a bit

This commit is contained in:
fang 2024-04-08 16:29:00 +02:00
parent 5e6f2efa6e
commit 718a3fa00f
No known key found for this signature in database
GPG Key ID: EB035760C1BBA972

View File

@ -42,6 +42,7 @@
border-style: solid;
}
.details {
padding: 0.3em;
display: none;
position: absolute;
top: 0.75em;
@ -63,3 +64,10 @@
.event:hover, .event.focus {
box-shadow: 0 0 10px 0 #f30;
}
.event details {
padding-left: 1em;
}
.event details summary {
position: relative;
left: -1em;
}