Merged in fix/remove-composes (pull request #1286)
fix: Removed composes Approved-by: Michael Zetterberg
This commit is contained in:
@@ -15,7 +15,8 @@
|
|||||||
padding: var(--Spacing-x2);
|
padding: var(--Spacing-x2);
|
||||||
}
|
}
|
||||||
|
|
||||||
.roomPanel {
|
.roomPanel,
|
||||||
|
.roomSelectionPanel {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 0fr;
|
grid-template-rows: 0fr;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
@@ -30,7 +31,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.roomSelectionPanel {
|
.roomSelectionPanel {
|
||||||
composes: roomPanel;
|
|
||||||
gap: var(--Spacing-x2);
|
gap: var(--Spacing-x2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user