1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

Fix spotlight opening in TAC (#12315)

* Fix spotlight opening in TAC

* Add tests

* Remove `RovingTabIndexProvider`
This commit is contained in:
Florian Duros
2024-03-08 11:18:30 +01:00
committed by GitHub
parent 70365c891b
commit ddbc6439ce
4 changed files with 95 additions and 31 deletions

View File

@ -16,6 +16,10 @@
* /
*/
.mx_ThreadsActivityCentre_container {
display: flex;
}
.mx_ThreadsActivityCentreButton {
border-radius: 8px;
margin: 18px auto auto auto;