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;
|
border-style: solid;
|
||||||
}
|
}
|
||||||
.details {
|
.details {
|
||||||
|
padding: 0.3em;
|
||||||
display: none;
|
display: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0.75em;
|
top: 0.75em;
|
||||||
@ -62,4 +63,11 @@
|
|||||||
}
|
}
|
||||||
.event:hover, .event.focus {
|
.event:hover, .event.focus {
|
||||||
box-shadow: 0 0 10px 0 #f30;
|
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