Determine callout directionality based on position as opposed to language
For interlanguage toggle, interlanguage position is no longer assumed to be a left sidebar, and is determined on the fly in order to appear correctly regardless of where it is, and not go off the side of the page. This works across most skins, and regardless of language directionality. Does not necessarily resolve issues with interlanguage links appearing in the middle of the page (header/footer), or the callout just plain not fitting for other reasons (mobile devices). bug: T161586 Change-Id: Icd55498a945e12c0ff79ba891c094d60ce791115
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
"ext.uls.common": {
|
||||
"targets": [ "desktop", "mobile" ],
|
||||
"scripts": "js/ext.uls.common.js",
|
||||
"styles": "css/ext.uls.css",
|
||||
"styles": "css/ext.uls.less",
|
||||
"skinStyles": {
|
||||
"monobook": "css/ext.uls-monobook.css"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user