FIX: Drawer styles for chat thread icon (#21577)

The spacing was not correct for this icon
in the drawer.
This commit is contained in:
Martin Brennan 2023-05-16 12:49:19 +02:00 committed by GitHub
parent 5d386653c4
commit a2b12b6ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,7 @@
@route="chat.channel.threads"
@models={{this.chat.activeChannel.routeModels}}
title={{i18n "chat.threads.list"}}
class="open-thread-list-btn btn btn-flat"
class="open-thread-list-btn btn btn-link btn-flat chat-drawer-header__thread-list-btn"
{{on "click" this.stopPropagation}}
>
{{d-icon "discourse-threads"}}

View File

@ -208,6 +208,7 @@ a.chat-drawer-header__title {
&__close-btn,
&__back-btn,
&__full-screen-btn,
&__thread-list-btn,
&__expand-btn {
height: 30px;
width: 30px;
@ -222,6 +223,7 @@ a.chat-drawer-header__title {
.d-icon {
color: var(--primary-low-mid);
margin-right: 0;
}
&:visited {