mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 01:10:07 +00:00
Remove notifications bottom controls
Bug: T140964 Change-Id: I5c1a07161ab75de0537c002785da89ebeadc508a
This commit is contained in:
parent
fa490fa04e
commit
cc2189f009
|
@ -52,14 +52,6 @@
|
|||
padding-bottom: 0.5em;
|
||||
}
|
||||
|
||||
&-bottom {
|
||||
display: table;
|
||||
width: inherit;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 3 * @specialpage-separation-unit;
|
||||
}
|
||||
|
||||
&-settings {
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
|
|
@ -135,20 +135,7 @@
|
|||
.append(
|
||||
this.$toolbarWrapper,
|
||||
this.noticeMessageWidget.$element,
|
||||
this.datedListWidget.$element,
|
||||
$( '<div>' )
|
||||
.addClass( 'mw-echo-ui-notificationsInboxWidget-main-toolbar-bottom' )
|
||||
.append(
|
||||
$( '<div>' )
|
||||
.addClass( 'mw-echo-ui-notificationsInboxWidget-row' )
|
||||
.append(
|
||||
$( '<div>' )
|
||||
.addClass( 'mw-echo-ui-notificationsInboxWidget-cell' )
|
||||
.append(
|
||||
this.bottomPaginationWidget.$element
|
||||
)
|
||||
)
|
||||
)
|
||||
this.datedListWidget.$element
|
||||
);
|
||||
|
||||
this.$element
|
||||
|
|
Loading…
Reference in a new issue