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
make explore button and filter field equal width
This commit is contained in:
@ -136,7 +136,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_LeftPanel_explore {
|
.mx_LeftPanel_explore {
|
||||||
flex: 0 0 40%;
|
flex: 0 0 50%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
transition: flex-basis 0.2s;
|
transition: flex-basis 0.2s;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
Reference in New Issue
Block a user