mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Align flags on left of menu to match flag in footer
This commit is contained in:
parent
ac4b3663cb
commit
02ec2bc264
2 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ footer.site-footer
|
|||
li.dropdown-header #{translate("language")}
|
||||
each subdomainDetails, subdomain in settings.i18n.subdomainLang
|
||||
li.lngOption
|
||||
a.menu-indent(href=subdomainDetails.url+currentUrl) #{translate(subdomainDetails.lngCode)}
|
||||
a.menu-indent(href=subdomainDetails.url+currentUrl)
|
||||
img(src="/img/flags/24/#{subdomainDetails.lngCode}.png")
|
||||
| #{translate(subdomainDetails.lngCode)}
|
||||
|
||||
each item in nav.left_footer
|
||||
li
|
||||
|
|
|
@ -19,7 +19,7 @@ footer.site-footer {
|
|||
display: list-item;
|
||||
|
||||
img {
|
||||
float: right;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue