Fix mis-alignment of Threads right panel title (#31849)
* Fix mis-alignment of `Threads` right panel title Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshot Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 17 KiB |
@@ -10,11 +10,6 @@ Please see LICENSE files in the repository root for full details.
|
|||||||
height: 100px;
|
height: 100px;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
||||||
/* Unset flex on the thread list, but not the thread view */
|
|
||||||
&:not(.mx_ThreadView) .mx_BaseCard_header .mx_BaseCard_header_title {
|
|
||||||
flex: unset;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mx_ThreadPanelHeader {
|
.mx_ThreadPanelHeader {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user