Expand the timeline to 100% height in panel mode.

This commit is contained in:
Dermot Duffy
2022-10-15 12:16:43 -07:00
parent 42a9c62f6b
commit 700f09c12c
5 changed files with 33 additions and 1 deletions
+5
View File
@@ -16,6 +16,11 @@
:host([dark]) {
filter: brightness(75%);
}
:host([panel]) {
// Card always extends to the full allowed height in panel mode (in non-panel
// mode this would cause the card to expand to the height of a column).
height: 100%;
}
div.main {
position: relative;