mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
5b628b5109
* Make sure the badge for desktop when initialised points to the right thing * Make sure the dialog takes up the full screen and the Clippable bug does not interfere with the display of the pane Bug: T241090 Change-Id: I6c5588ee689633cef413ef27449aeeea341d7a97
21 lines
300 B
Plaintext
21 lines
300 B
Plaintext
#pt-notifications-alert {
|
|
.mw-echo-notifications-badge-dimmed,
|
|
.mw-echo-notifications-badge {
|
|
top: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
#pt-notifications-alert.oo-ui-widget {
|
|
list-style: none;
|
|
width: 1.25em;
|
|
height: 1.25em;
|
|
padding: 0.75em;
|
|
vertical-align: middle;
|
|
|
|
a {
|
|
height: auto;
|
|
padding: 0;
|
|
}
|
|
}
|