mirror of
https://github.com/urbit/shrub.git
synced 2024-12-21 18:01:32 +03:00
debug: improve log event details styling a bit
This commit is contained in:
parent
5e6f2efa6e
commit
718a3fa00f
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user