DTL Panel : fix title
This commit is contained in:
parent
a963f8aff6
commit
d811c0f2e2
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
>
|
>
|
||||||
<h2 id="dtl-label" class="font-serif text-md">
|
<h2 id="dtl-label" class="font-serif text-md">
|
||||||
{{
|
{{
|
||||||
proposals.length > 1 || isDialogOpen
|
proposals.length === 1 && isDialogOpen
|
||||||
? activeProposal.title
|
? activeProposal.title
|
||||||
? activeProposal.title
|
? activeProposal.title
|
||||||
: "Design to light"
|
: "Design to light"
|
||||||
|
|
@ -48,6 +48,7 @@
|
||||||
</nav>
|
</nav>
|
||||||
<section class="overflow-y" tabindex="-1">
|
<section class="overflow-y" tabindex="-1">
|
||||||
<div
|
<div
|
||||||
|
v-if="!isDialogOpen"
|
||||||
id="proposition"
|
id="proposition"
|
||||||
class="flex | bg-white-05 text-grey-200 px-32 py-16"
|
class="flex | bg-white-05 text-grey-200 px-32 py-16"
|
||||||
style="--column-gap: 1rem"
|
style="--column-gap: 1rem"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue