make panel height property private since it relies on font size

This commit is contained in:
Henry Jameson 2022-04-26 00:10:51 +03:00
parent deece57584
commit 1860bb354f
2 changed files with 4 additions and 4 deletions

View file

@ -10,7 +10,7 @@
}
.conversation-heading {
top: calc(var(--panel-heading-height) * 2);
top: calc(var(--__panel-heading-height) * 2);
}
&.-nonpanel {