enhance(logbook): show clocking data in table

This commit is contained in:
leizhe
2021-12-02 15:41:35 +08:00
parent 4bceb7a9da
commit 00bc4961af
2 changed files with 34 additions and 4 deletions

View File

@@ -530,3 +530,12 @@ span.cloze-revealed {
.block-parents a:hover {
opacity: 1;
}
.logbook-clock {
width: max-content;
max-height: 300px;
@screen sm {
width: auto;
}
}