MobileSaveDialog: Also add 'content' class to preview panel

This isn't used yet as NWE is not enabled.

Change-Id: I2ea4697c2a5ba57f537e646e3d0fb7d89fd04c7b
This commit is contained in:
Ed Sanders 2022-02-22 00:23:35 +00:00
parent e9f8ffa5a1
commit b4f3ecbc5c

View file

@ -41,6 +41,7 @@ ve.ui.MWMobileSaveDialog.prototype.initialize = function () {
ve.ui.MWMobileSaveDialog.super.prototype.initialize.call( this );
this.$reviewVisualDiff.addClass( 'content' );
this.previewPanel.$element.addClass( 'content' );
if ( mw.mobileFrontend ) {
mobile = mw.mobileFrontend.require( 'mobile.startup' );