Skip to content

Commit

Permalink
Merge pull request #45 from tarkalabs/feat-ui-changes
Browse files Browse the repository at this point in the history
feat: UI quality of life changes
  • Loading branch information
su-docker authored Apr 5, 2024
2 parents ee3b60d + 49174cf commit 1544dcf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
name="message"
placeholder="Write a message..."
class="chat-input"
autocomplete="off"
/>
<button class="send-btn">
<svg
Expand Down
5 changes: 5 additions & 0 deletions src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
max-height: 700px;
z-index: 1000;

ul {
list-style-type: disc;
padding-inline-start: 1em;
}

.t-container {
font-family: Inter;
width: 400px;
Expand Down

0 comments on commit 1544dcf

Please sign in to comment.