Skip to content

Commit

Permalink
make sure chat windows are properly spaced
Browse files Browse the repository at this point in the history
  • Loading branch information
roncodes committed Apr 3, 2024
1 parent ec1fa31 commit cd8e719
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addon/styles/components/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
position: absolute;
bottom: 0;
right: 0;
margin-left: 2rem;
margin-left: calc(360px + 2rem);
margin-bottom: 1rem;
z-index: 999;
display: flex;
flex-direction: column;
width: 300px;
width: 360px;
height: 400px;
box-shadow:
0 4px 6px -1px rgb(0 0 0 / 0.1),
Expand Down

0 comments on commit cd8e719

Please sign in to comment.