Taobin-Recipe-Manager/client/src/app/features/changelog/changelog.component.html
2023-09-20 15:37:07 +07:00

10 lines
357 B
HTML

<div class="flex">
<div class="flex-1 flex-wrap bg-stone-200 p-8" id="log-disp">
<div id="log-dl"></div>
<p class="flex flex-wrap" id="log-disp-texts"> Display log here !</p>
</div>
<!-- Temporary remove log -->
<div class="flex-3 sticky top-0 bg-slate-700 h-screen justify-centers items-center">
<app-merge></app-merge>
</div>
</div>