Skip to content

Commit

Permalink
Merge pull request #111 from siwonKH/main
Browse files Browse the repository at this point in the history
Update: design tweak on mobile app bar
  • Loading branch information
siwonkh authored Jul 12, 2023
2 parents 0b78a30 + 38ea1dd commit 6d1ace4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/mobile/chat.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="chatMainPage flex flex-col h-screen font-noto">

<!--Appbar-->
<div class="flex flex-col px-6 py-3 space-y-6">
<div class="flex flex-col px-6 py-3 space-y-3">
<div class="flex justify-between items-center">
<div class="relative">
<button id="resultPageBtn" class="text-stone-500 px-2 cursor-pointer">분석결과</button>
Expand Down Expand Up @@ -69,7 +69,7 @@
</div>

<div th:classappend="${name == null}?hidden" class="h-24 flex items-center justify-center fixed bottom-0 w-full">
<div class="absolute bottom-0 left-0 w-full bg-white px-2 pb-7">
<div class="absolute bottom-0 left-0 w-full bg-white px-2 pb-5">
<form class="stretch flex flex-row">
<div class="relative flex h-full flex-1 items-stretch md:flex-col" role="presentation">
<div class="flex flex-col w-full flex-grow py-2.5 pl-2 relative border border-black/10 bg-stone-50 rounded-lg shadow-md">
Expand Down

0 comments on commit 6d1ace4

Please sign in to comment.