1
0
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:
Michael Telatynski
2022-01-26 20:15:44 +00:00
committed by GitHub
parent 31e6b942f2
commit 50f8c61fa8
6 changed files with 69 additions and 26 deletions

View File

@ -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 {