thaider / Tweeki

MediaWiki skin based on Twitter's Bootstrap
http://tweeki.kollabor.at
Other
128 stars 31 forks source link

SMW footer icon offset #263

Open jcdhan1 opened 9 months ago

jcdhan1 commented 9 months ago

When $wgTweekiSkinFooterIcons = true; is added to LocalSettings.php. The SMW icon has a space before it. It looks out of place because of the vertical stacking

image

There's this rule when I open up Dev tools:

.smw-footer {
    margin-left: 5px
}

On other skins, this isn't as noticeable because the icons are stacked horizontally e.g. on SMW's own website:

image