make panel height property private since it relies on font size
This commit is contained in:
parent
deece57584
commit
1860bb354f
2 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
}
|
||||
|
||||
.conversation-heading {
|
||||
top: calc(var(--panel-heading-height) * 2);
|
||||
top: calc(var(--__panel-heading-height) * 2);
|
||||
}
|
||||
|
||||
&.-nonpanel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue