MediaWiki:Common.css: Difference between revisions

From Ethene
Content deleted Content added
m Attempt at fixing Visual Editor toolbar when not floating.
Tag: Reverted
m Another attempt at targeting the toolbar only while it's floating.
Tag: Reverted
Line 67: Line 67:


/* Fix for Visual Editor to bring the toolbar further below the search bar */
/* Fix for Visual Editor to bring the toolbar further below the search bar */
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
.ve-init-mw-desktopArticleTarget-toolbar
top: .8em;
top: 2em;
}
}