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.
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. toease-out 0.5s;
However, it would be better if it wouldn't occur in the first place.