mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-15 10:42:03 +02:00
top-align search results
This commit is contained in:
parent
866bd55bc3
commit
a1e3cf76e1
@ -137,6 +137,11 @@ limitations under the License.
|
|||||||
-webkit-justify-content: flex-end;
|
-webkit-justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mx_RoomView_searchResultsPanel .mx_RoomView_messageListWrapper {
|
||||||
|
justify-content: flex-start;
|
||||||
|
-webkit-justify-content: flex-start;
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomView_MessageList {
|
.mx_RoomView_MessageList {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user