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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user