Taobin-Recipe-Manager/client/src/app/features/changelog/changelog.component.html

11 lines
357 B
HTML
Raw Normal View History

2023-09-19 15:21:08 +07:00
<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>
2023-09-19 15:21:08 +07:00
</div>
<!-- Temporary remove log -->
<div class="flex-3 sticky top-0 bg-slate-700 h-screen justify-centers items-center">
2023-09-19 15:21:08 +07:00
<app-merge></app-merge>
</div>
</div>