mediawiki-extensions-Echo/modules/styles/mw.echo.ui.NotificationsInboxWidget.minerva.less
Ed Sanders d43ceb8978 Merge in styles from Minerva
Drops some no-JS styles (.mw-echo-notification) which didn't do anything useful.

Bug: T258936
Change-Id: I72bedc3c3d633e8898c93d5e7d570b8ee7b6a1ff
2020-07-27 23:19:51 +00:00

32 lines
633 B
Plaintext

// TODO: These should be mobile customizations done in JS
.mw-echo-ui-notificationsInboxWidget {
&-sidebar {
// echo notificationsInboxWidget cell
// in the desktop version is hidden
// in the mobile version.
&.mw-echo-ui-notificationsInboxWidget-cell {
display: none;
}
}
&-main {
&-toolbar {
&-readState {
// echo notificationsInboxWidget cell for readState
// in the desktop version is hidden
// in the mobile version.
&.mw-echo-ui-notificationsInboxWidget-cell {
display: none;
}
}
}
}
& &-toolbarWrapper {
height: auto;
position: static;
padding-bottom: 0.5em;
}
}