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:
committed by
GitHub
parent
77c4937f76
commit
b0e7cb4c1f
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;
|
||||
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 {
|
||||
height: 60px;
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user