mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
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:
parent
fb477fad1e
commit
4961a97ed4
@ -21,12 +21,13 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_DirectorySearchBox_container {
|
.mx_DirectorySearchBox_container {
|
||||||
display: table;
|
display: flex;
|
||||||
padding-left: 9px;
|
padding-left: 9px;
|
||||||
|
padding-right: 9px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DirectorySearchBox_input {
|
.mx_DirectorySearchBox_input {
|
||||||
display: table-cell;
|
flex-grow: 1;
|
||||||
border: 0;
|
border: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
@ -49,6 +50,8 @@ input[type=text].mx_DirectorySearchBox_input:focus {
|
|||||||
text-indent: 18px;
|
text-indent: 18px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
user-select: none;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DirectorySearchBox_clear_wrapper {
|
.mx_DirectorySearchBox_clear_wrapper {
|
||||||
|
@ -53,6 +53,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_RoomDirectory_listheader {
|
.mx_RoomDirectory_listheader {
|
||||||
display: table;
|
display: table;
|
||||||
|
table-layout: fixed;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
@ -65,7 +66,7 @@ limitations under the License.
|
|||||||
|
|
||||||
.mx_RoomDirectory_listheader .mx_NetworkDropdown {
|
.mx_RoomDirectory_listheader .mx_NetworkDropdown {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
width: 100%;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomDirectory_tableWrapper {
|
.mx_RoomDirectory_tableWrapper {
|
||||||
|
Loading…
Reference in New Issue
Block a user