mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-07 13:44:13 +08:00
Fix css - Flag of the United Kingdom
This commit is contained in:
parent
f05e38a7c7
commit
4e6571691d
4 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
LANG_EN = "English"
|
||||
LANG_EN_US = "English (US)"
|
||||
LANG_EN_GB = "English (UK)"
|
||||
LANG_EN_UK = "English (UK)"
|
||||
LANG_EN_CA = "English (Canadian)"
|
||||
|
||||
LANG_NL = "Nederlands"
|
||||
|
@ -72,6 +73,7 @@ LANG_KO_KR = "한국어"
|
|||
LANG_EN = "English"
|
||||
LANG_EN_US = "English (US)"
|
||||
LANG_EN_GB = "English (UK)"
|
||||
LANG_EN_UK = "English (UK)"
|
||||
LANG_EN_CA = "English (Canadian)"
|
||||
|
||||
LANG_NL = "Dutch"
|
||||
|
|
|
@ -2196,7 +2196,8 @@ img.mfp-img {
|
|||
|
||||
.flag.flag-en {background-position: -144px -154px}
|
||||
.flag.flag-en-us {background-position: -144px -154px}
|
||||
.flag.flag-en-gb {background-position: -240px -33px}
|
||||
.flag.flag-en-gb {background-position: -176px -44px}
|
||||
.flag.flag-en-uk {background-position: -176px -44px}
|
||||
.flag.flag-en-ca {background-position: -48px -22px}
|
||||
|
||||
.flag.flag-nl, .flag.flag-nl-nl {background-position: -80px -110px}
|
||||
|
|
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
2
rainloop/v/0.0.0/static/css/app.min.css
vendored
File diff suppressed because one or more lines are too long
3
vendors/flags/flags-fixed.css
vendored
3
vendors/flags/flags-fixed.css
vendored
|
@ -13,7 +13,8 @@
|
|||
|
||||
.flag.flag-en {background-position: -144px -154px}
|
||||
.flag.flag-en-us {background-position: -144px -154px}
|
||||
.flag.flag-en-gb {background-position: -240px -33px}
|
||||
.flag.flag-en-gb {background-position: -176px -44px}
|
||||
.flag.flag-en-uk {background-position: -176px -44px}
|
||||
.flag.flag-en-ca {background-position: -48px -22px}
|
||||
|
||||
.flag.flag-nl, .flag.flag-nl-nl {background-position: -80px -110px}
|
||||
|
|
Loading…
Add table
Reference in a new issue