mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
d43ceb8978
Drops some no-JS styles (.mw-echo-notification) which didn't do anything useful. Bug: T258936 Change-Id: I72bedc3c3d633e8898c93d5e7d570b8ee7b6a1ff
32 lines
633 B
Plaintext
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;
|
|
}
|
|
}
|