Skip to content

Commit

Permalink
Merge pull request #47 from IzzyDotExe/transcripts-redesign
Browse files Browse the repository at this point in the history
fix messages next to eachother not having space
  • Loading branch information
IzzyDotExe committed Jul 9, 2024
2 parents d67108a + 53e5158 commit 93b7499
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arc3-dash/src/routes/Transcript.css
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,10 @@ a:hover {
margin-bottom: 1rem
}

.chatlog__message-group:has(+.chatlog__message-group) {
margin-bottom: 1rem;
}

.chatlog__message-container {
background-color: transparent;
transition: background-color 1s ease
Expand Down

0 comments on commit 93b7499

Please sign in to comment.