More css:

* Make join button more buttony
 * Fix size of dropdown, allow search box to expand
 * Use flexbox within search box to input can fill the rest of the space
This commit is contained in:
David Baker
2016-09-23 16:33:28 +01:00
parent fb477fad1e
commit 4961a97ed4
2 changed files with 7 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ limitations under the License.
.mx_RoomDirectory_listheader {
display: table;
table-layout: fixed;
width: 100%;
margin-top: 12px;
margin-bottom: 12px;
@@ -65,7 +66,7 @@ limitations under the License.
.mx_RoomDirectory_listheader .mx_NetworkDropdown {
display: table-cell;
width: 100%;
width: 200px;
}
.mx_RoomDirectory_tableWrapper {