mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fix LeftPanel width in FF
This commit is contained in:
parent
756da03b9a
commit
37fbad0dbe
@ -31,8 +31,9 @@ limitations under the License.
|
||||
}
|
||||
|
||||
.mx_SearchBox_search {
|
||||
flex: 1;
|
||||
-webkit-flex: 1;
|
||||
flex: 1 1 auto;
|
||||
-webkit-flex: 1 1 auto;
|
||||
width: 0px;
|
||||
font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
|
||||
font-size: 12px;
|
||||
margin-top: -2px;
|
||||
|
@ -22,6 +22,8 @@ limitations under the License.
|
||||
margin-bottom: 12px;
|
||||
color: #4a4a4a;
|
||||
|
||||
border-top: 1px solid #c5c5c5;
|
||||
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
display: -ms-flexbox;
|
||||
|
Loading…
Reference in New Issue
Block a user