Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
doljko committed Apr 8, 2024
1 parent cfb0bd6 commit 240c576
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion addon/styles/components/chat.css
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,16 @@
overflow-y: scroll;
}

.chat-window-pending-attachment {
display: flex;
margin-top: 8px;
}

.chat-window-pending-attachment .chat-window-pending-attachment-name {
padding-left: 6px;
padding-right: 6px;
}

.chat-window-messages {
height: 100%;
width: 100%;
Expand Down Expand Up @@ -302,7 +312,7 @@
}

.chat-tray-channel-preview:hover {
opacity: .5;
opacity: 0.5;
}

.chat-tray-channel-preview .chat-tray-channel-preview-last-message {
Expand Down

0 comments on commit 240c576

Please sign in to comment.