diff --git a/resources/extensions/VisualEditor.article.less b/resources/extensions/VisualEditor.article.less index 95670e6..3e8cb40 100644 --- a/resources/extensions/VisualEditor.article.less +++ b/resources/extensions/VisualEditor.article.less @@ -20,4 +20,13 @@ } } } + + .client-nojs, + .ve-not-available { + .mw-editsection a { + // make the icon part of the link + padding-left: 20px; + margin-left: -20px; + } + } } diff --git a/resources/screen-common.less b/resources/screen-common.less index 4136453..321ec45 100644 --- a/resources/screen-common.less +++ b/resources/screen-common.less @@ -379,6 +379,12 @@ a.mw-selflink { display: inline-block; padding: 0.5em 0 0.25em; margin-right: 1em; + + &:first-of-type { + // make the icon part of the first link + padding-left: 20px; + margin-left: -20px; + } } }