mediawiki-extensions-Visual.../modules/ve-mw/preinit/styles/ve.init.mw.DesktopArticleTarget.init-vector-2022.less
Ed Sanders 9d09979e9e MWSaveDialog: Center preview in Vector 2022
Bug: T328783
Change-Id: I2e18967bb41573789cc3a8554038b8ac7876d356
2023-03-27 12:29:25 +00:00

40 lines
1.1 KiB
Plaintext

/*!
* VisualEditor MediaWiki DesktopArticleTarget Vector (2022) skin init styles.
*
* @copyright 2011-2022 VisualEditor Team and others; see AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
// Change the default shadow to not leak out from the sides
// (on other skins and in TargetWidgets there are borders that cover it)
.ve-init-mw-desktopArticleTarget-toolbarPlaceholder-bar,
.ve-init-mw-desktopArticleTarget-toolbar.ve-ui-toolbar > .oo-ui-toolbar-bar {
box-shadow: 0 2px 1px -1px rgba( 0, 0, 0, 0.1 );
}
// Account for the use of CSS Grid in Vector 2022
// for the 2017 Wikitext editor preview.
// The grid is defined with named grid areas on .mw-body.
.ve-ui-mwSaveDialog-preview {
.mw-body {
/* stylelint-disable-next-line selector-class-pattern */
.firstHeading {
grid-area: titlebar;
}
.mw-body-content {
grid-area: content;
}
}
.mw-content-container {
// Content container has a max-width of 60em * 16px = 960px
max-width: 960px;
margin: 0 auto;
}
}
.ve-init-mw-desktopArticleTarget .ve-init-mw-target-surface > .ve-ce-surface .ve-ce-attachedRootNode {
min-height: 15em;
}