Skip to content

Commit

Permalink
Make chat styling slightly better
Browse files Browse the repository at this point in the history
  • Loading branch information
truell20 committed Mar 30, 2023
1 parent fbc5cc4 commit 52642de
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.css
Expand Up @@ -1708,6 +1708,8 @@ cm-diff-cancel > div {

.codeblockwrapper {
position: relative;
display: flex;
margin: 12px 0px;
}

.copyButton {
Expand Down Expand Up @@ -2558,3 +2560,11 @@ free servers .disabled_command .shortcut__block {
color: rgb(251 142 142 / 90%);
font-weight: 600;
}

.codeblockwrapper .cm-editor {
border-radius: 5px;
}

.markdownpopup p {
margin: 12px 0px;
}

0 comments on commit 52642de

Please sign in to comment.