mirror of https://github.com/vector-im/riot-web
Update font size of member filter field
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
007f63b5bb
commit
1a9680b527
|
@ -63,6 +63,11 @@ limitations under the License.
|
||||||
.mx_GroupMemberList_query,
|
.mx_GroupMemberList_query,
|
||||||
.mx_GroupRoomList_query {
|
.mx_GroupRoomList_query {
|
||||||
flex: 1 1 0;
|
flex: 1 1 0;
|
||||||
|
|
||||||
|
// stricter rule to override the one in _common.scss
|
||||||
|
&[type="text"] {
|
||||||
|
font-size: $font-12px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue