cosmocode / qc

Automatically check the quality of DokuWiki pages
https://www.dokuwiki.org/plugin:qc
GNU General Public License v2.0
9 stars 10 forks source link

qc plugin breaks css of breadcrumb / toc bars in page header (Sprintdoc template) #49

Open Chris75forumname opened 2 years ago

Chris75forumname commented 2 years ago

As can be seen on the https://demo.sprintdoc.de/ page, qc plugin breaks page header css during pageload and causes an annoying whiggle of the breadcrumbs bar. It affects the heigth or padding-bottom of the div.breadcrumbs. If qc plugin is deactivated, this behaviour disappears. As a workaround, this can be covered up by raising the @transition variable in /dokuwiki/lib/tpl/sprintdoc/css/base.less, e.g. to ease-out 0.5s; However, it would be better if it wouldn't occur in the first place.