forked from AkkomaGang/akkoma-fe
fixate conversation heading
This commit is contained in:
parent
b25c0c6f02
commit
bb29218a6c
2 changed files with 5 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="isExpanded"
|
v-if="isExpanded"
|
||||||
class="panel-heading conversation-heading"
|
class="panel-heading conversation-heading -sticky"
|
||||||
>
|
>
|
||||||
<span class="title"> {{ $t('timeline.conversation') }} </span>
|
<span class="title"> {{ $t('timeline.conversation') }} </span>
|
||||||
<button
|
<button
|
||||||
|
|
|
@ -27,4 +27,8 @@
|
||||||
.timeline-footer {
|
.timeline-footer {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.conversation-heading {
|
||||||
|
top: calc(var(--panel-heading-height) * 2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue