Skip to content

Commit

Permalink
chat: smoother placeholder text (#7973) (#7974)
Browse files Browse the repository at this point in the history
Co-authored-by: dogi <dogi@users.noreply.github.com>
  • Loading branch information
jessewashburn and dogi authored Dec 20, 2024
1 parent 5dbc0bd commit e92959c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "planet",
"license": "AGPL-3.0",
"version": "0.16.17",
"version": "0.16.18",
"myplanet": {
"latest": "v0.21.45",
"min": "v0.20.45"
"latest": "v0.21.51",
"min": "v0.20.51"
},
"scripts": {
"ng": "ng",
Expand Down
2 changes: 1 addition & 1 deletion src/app/chat/chat-sidebar/chat-sidebar.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
</ul>
</ng-container>
<ng-template #noChats>
<div i18n>No previous conversations.</div>
<div class="no-chats-message" i18n>No previous conversations.</div>
</ng-template>
</mat-drawer>

Expand Down
4 changes: 4 additions & 0 deletions src/app/chat/chat-sidebar/chat-sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ li:hover {
margin: 0;
}

.no-chats-message {
margin-left: 4px;
}

@media only screen and (max-width: $screen-md) {
.expand-button {
top: 10px;
Expand Down

0 comments on commit e92959c

Please sign in to comment.