FIX: Drawer styles for chat thread icon (#21577)
The spacing was not correct for this icon in the drawer.
This commit is contained in:
parent
5d386653c4
commit
a2b12b6ace
|
@ -2,7 +2,7 @@
|
||||||
@route="chat.channel.threads"
|
@route="chat.channel.threads"
|
||||||
@models={{this.chat.activeChannel.routeModels}}
|
@models={{this.chat.activeChannel.routeModels}}
|
||||||
title={{i18n "chat.threads.list"}}
|
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}}
|
{{on "click" this.stopPropagation}}
|
||||||
>
|
>
|
||||||
{{d-icon "discourse-threads"}}
|
{{d-icon "discourse-threads"}}
|
||||||
|
|
|
@ -208,6 +208,7 @@ a.chat-drawer-header__title {
|
||||||
&__close-btn,
|
&__close-btn,
|
||||||
&__back-btn,
|
&__back-btn,
|
||||||
&__full-screen-btn,
|
&__full-screen-btn,
|
||||||
|
&__thread-list-btn,
|
||||||
&__expand-btn {
|
&__expand-btn {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
|
@ -222,6 +223,7 @@ a.chat-drawer-header__title {
|
||||||
|
|
||||||
.d-icon {
|
.d-icon {
|
||||||
color: var(--primary-low-mid);
|
color: var(--primary-low-mid);
|
||||||
|
margin-right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:visited {
|
&:visited {
|
||||||
|
|
Loading…
Reference in New Issue