mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 17:25:50 +03:00
make explore button and filter field equal width
This commit is contained in:
parent
ab6215f9aa
commit
4ae4e68967
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
.mx_LeftPanel_explore {
|
||||
flex: 0 0 40%;
|
||||
flex: 0 0 50%;
|
||||
overflow: hidden;
|
||||
transition: flex-basis 0.2s;
|
||||
box-sizing: border-box;
|
||||
|
|
Loading…
Reference in a new issue