Add drawer component and support side thumbnails.

This commit is contained in:
Dermot Duffy
2022-03-20 18:07:48 -07:00
parent 3d3967318b
commit 304abcd82b
8 changed files with 149 additions and 7 deletions
+3
View File
@@ -6,6 +6,9 @@
display: block;
background-color: var(--card-background-color);
padding-bottom: 5px;
// So that absolute sidedrawer is relative to this host.
position: relative;
}
div.timeline {