mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-26 18:51:50 +02:00
Align flags on left of menu to match flag in footer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user