thaider / Tweeki

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

Icon of CommentStreams misplaced with Tweeki skin #223

Open krabina opened 3 years ago

krabina commented 3 years ago

grafik

In the "Kommentar hinzufügen" field of the Comment Streams extension, the icon is misplaced. This does not happen in chameleon or vector skin.

see also: https://phabricator.wikimedia.org/T255892

I guess the problem is:

body .oo-ui-buttonElement-button {
    padding: .3rem 1rem !important;
}
michaelfreiberg commented 2 months ago

Observed the same with the magnifying glass of the "Run Query" button of PageForms.

grafik

Here the icon is placed over the label "Erweiterte Suche". Unchecking the padding style attributes of .oo-ui-buttonElement-button in the browser console helps.

grafik