You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Fix search results view for layouts other than Group/Modern (#7648)
This commit is contained in:
committed by
GitHub
parent
31e6b942f2
commit
50f8c61fa8
@ -209,6 +209,10 @@ limitations under the License.
|
||||
.mx_RoomView_searchResultsPanel {
|
||||
.mx_RoomView_messageListWrapper {
|
||||
justify-content: flex-start;
|
||||
|
||||
> .mx_RoomView_MessageList > li > ol {
|
||||
list-style-type: none;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
|
Reference in New Issue
Block a user