Merge pull request #4576 from matrix-org/t3chguy/kosovo2.0

Replace png flags and add Kosovo to country code dropdown
This commit is contained in:
Michael Telatynski 2020-05-13 09:58:10 +01:00 committed by GitHub
commit d63008f9c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
251 changed files with 26 additions and 4 deletions

View file

@ -77,12 +77,18 @@ limitations under the License.
white-space: nowrap;
}
.mx_Dropdown_option img {
.mx_Dropdown_option img,
.mx_Dropdown_option .mx_Dropdown_option_emoji {
margin: 5px;
width: 16px;
vertical-align: middle;
}
.mx_Dropdown_option_emoji {
font-size: $font-16px;
line-height: $font-16px;
}
input.mx_Dropdown_option,
input.mx_Dropdown_option:focus {
font-weight: normal;