From 37fbad0dbe7b44c8e9006f844696501aa1f34d8f Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Fri, 15 Apr 2016 21:37:52 +0100 Subject: [PATCH] fix LeftPanel width in FF --- .../vector/css/matrix-react-sdk/structures/SearchBox.css | 5 +++-- src/skins/vector/css/vector-web/structures/RoomDirectory.css | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/skins/vector/css/matrix-react-sdk/structures/SearchBox.css b/src/skins/vector/css/matrix-react-sdk/structures/SearchBox.css index ecd8c42985..badf33da98 100644 --- a/src/skins/vector/css/matrix-react-sdk/structures/SearchBox.css +++ b/src/skins/vector/css/matrix-react-sdk/structures/SearchBox.css @@ -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; diff --git a/src/skins/vector/css/vector-web/structures/RoomDirectory.css b/src/skins/vector/css/vector-web/structures/RoomDirectory.css index 2f75724d54..c745706be4 100644 --- a/src/skins/vector/css/vector-web/structures/RoomDirectory.css +++ b/src/skins/vector/css/vector-web/structures/RoomDirectory.css @@ -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;