mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
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;
|
||
|
}
|
||
|
}
|