Skip to content

Commit 9fd5305

Browse files
jenkins-botGerrit Code Review
authored andcommitted
Merge "Update VE core submodule to master (f0c5bf865)"
2 parents 6173ae9 + ee83cc3 commit 9fd5305

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

extension.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,6 @@
11041104
"lib/ve/src/ui/ve.ui.FragmentWindow.js",
11051105
"lib/ve/src/ui/ve.ui.NodeWindow.js",
11061106
"lib/ve/src/ui/ve.ui.TabIndexScope.js",
1107-
"lib/ve/src/ui/windowmanagers/ve.ui.SurfaceWindowManager.js",
11081107
"lib/ve/src/ui/actions/ve.ui.AnnotationAction.js",
11091108
"lib/ve/src/ui/actions/ve.ui.BlockquoteAction.js",
11101109
"lib/ve/src/ui/actions/ve.ui.CompletionAction.js",
@@ -1135,6 +1134,7 @@
11351134
"lib/ve/src/ui/commands/ve.ui.MergeCellsCommand.js",
11361135
"lib/ve/src/ui/dialogs/ve.ui.FragmentDialog.js",
11371136
"lib/ve/src/ui/dialogs/ve.ui.NodeDialog.js",
1137+
"lib/ve/src/ui/dialogs/ve.ui.SidebarDialog.js",
11381138
"lib/ve/src/ui/dialogs/ve.ui.ToolbarDialog.js",
11391139
"lib/ve/src/ui/dialogs/ve.ui.CommandHelpDialog.js",
11401140
"lib/ve/src/ui/dialogs/ve.ui.FindAndReplaceDialog.js",
@@ -1148,6 +1148,8 @@
11481148
"lib/ve/src/ui/datatransferhandlers/ve.ui.HTMLFileTransferHandler.js",
11491149
"lib/ve/src/ui/datatransferhandlers/ve.ui.UrlStringTransferHandler.js",
11501150
"lib/ve/src/ui/elements/ve.ui.PreviewElement.js",
1151+
"lib/ve/src/ui/windowmanagers/ve.ui.SurfaceWindowManager.js",
1152+
"lib/ve/src/ui/windowmanagers/ve.ui.SidebarDialogWindowManager.js",
11511153
"lib/ve/src/ui/windowmanagers/ve.ui.ToolbarDialogWindowManager.js",
11521154
"lib/ve/src/ui/widgets/ve.ui.AlignWidget.js",
11531155
"lib/ve/src/ui/widgets/ve.ui.TargetWidget.js",
@@ -1207,6 +1209,7 @@
12071209
"lib/ve/src/ce/styles/ve.ce.less",
12081210
"lib/ve/src/ce/styles/ve.ce.Surface.less",
12091211
"lib/ve/src/ui/styles/ve.ui.icons.less",
1212+
"lib/ve/src/ui/styles/dialogs/ve.ui.SidebarDialog.less",
12101213
"lib/ve/src/ui/styles/dialogs/ve.ui.ToolbarDialog.less",
12111214
"lib/ve/src/ui/styles/dialogs/ve.ui.CommandHelpDialog.less",
12121215
"lib/ve/src/ui/styles/dialogs/ve.ui.FindAndReplaceDialog.less",
@@ -1223,6 +1226,7 @@
12231226
"lib/ve/src/ui/styles/inspectors/ve.ui.FragmentInspector.less",
12241227
"lib/ve/src/ui/styles/layouts/ve.ui.SymbolListBookletLayout.less",
12251228
"lib/ve/src/ui/styles/widgets/ve.ui.TargetWidget.less",
1229+
"lib/ve/src/ui/styles/windowmanagers/ve.ui.SidebarDialogWindowManager.less",
12261230
"lib/ve/src/ui/styles/ve.ui.Context.less",
12271231
"lib/ve/src/ui/styles/ve.ui.ContextItem.less",
12281232
"lib/ve/src/ui/styles/contextitems/ve.ui.LinearContextItem.less",

lib/ve

Submodule ve updated from a2d4d89 to f0c5bf8

modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-monobook.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
font-size: 1.007874em;
1919
}
2020

21+
.ve-ui-sidebarDialog {
22+
margin-left: 1em;
23+
}
24+
2125
.mw-body & > .ve-ui-surface-placeholder > * {
2226
/* Fix margin overlap */
2327
margin-top: 0;

modules/ve-mw/init/styles/ve.init.mw.DesktopArticleTarget-vector.less

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
border: 0;
4242
}
4343

44+
.ve-ui-sidebarDialog {
45+
margin-right: 1rem;
46+
}
47+
4448
.skin-vector-legacy & {
4549
/* High-definition-specific styles (because Vector adds 1em to the leftNav if width is 982px+ */
4650
@media screen and ( min-width: 982px ) {
@@ -51,6 +55,10 @@
5155
padding: 0 1.5rem;
5256
}
5357

58+
.ve-ui-sidebarDialog {
59+
margin-right: 1.5rem;
60+
}
61+
5462
/* Main document debug bar */
5563
> .ve-ui-debugBar {
5664
padding: 1.5rem;

0 commit comments

Comments
 (0)