diff --git a/resources/images/icons/language.svg b/resources/images/icons/language.svg new file mode 100644 index 00000000..9262f73f --- /dev/null +++ b/resources/images/icons/language.svg @@ -0,0 +1,7 @@ + + + + language + + + diff --git a/skin.json b/skin.json index 033ab8f4..c76d5c7e 100644 --- a/skin.json +++ b/skin.json @@ -63,7 +63,8 @@ "watch": "resources/images/icons/eye.svg", "unwatch": "resources/images/icons/eyeClosed.svg", "talk": "resources/images/icons/discussion.svg", - "nstab-main": "resources/images/icons/article.svg" + "nstab-main": "resources/images/icons/article.svg", + "translate": "resources/images/icons/language.svg" } }, "skins.citizen.icons.p": { diff --git a/skinStyles/mediawiki.special.changeslist.less b/skinStyles/mediawiki.special.changeslist.less index 249fb2f5..e2f54cb9 100644 --- a/skinStyles/mediawiki.special.changeslist.less +++ b/skinStyles/mediawiki.special.changeslist.less @@ -20,15 +20,16 @@ } .mw-changeslist { - position: sticky; - top: 0; + h4 { + position: sticky; + top: 0; border-top: 2px solid currentColor; - color: @base-50!important; - padding: @margin-side / 2 0!important; - background: @base-100; // Sticky header BG + color: @base-50!important; + padding: @margin-side / 2 0!important; + background: @base-100; // Sticky header BG font-size: @content-caption-size!important; - letter-spacing: 1px; - text-transform: uppercase; + letter-spacing: 1px; + text-transform: uppercase; font-family: @fonts!important; font-weight: 600!important; }