Merge pull request #3953 from vector-im/luke/improve-country-dd-3-square-flags

Add square flag pngs /w genflags.sh script
This commit is contained in:
Luke Barnard 2017-05-18 13:37:17 +01:00 committed by GitHub
commit 01a15b2b7e
252 changed files with 75 additions and 2 deletions

View file

@ -259,6 +259,6 @@ limitations under the License.
}
.mx_Login_phoneCountry .mx_Dropdown_option img {
margin: 4px;
margin: 3px;
vertical-align: top;
}

View file

@ -55,9 +55,15 @@ limitations under the License.
padding-right: 8px;
}
.mx_Dropdown_option div {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.mx_Dropdown_option img {
margin: 5px;
width: 25px;
width: 27px;
vertical-align: middle;
}