mediawiki-skins-Citizen/skinStyles/ext.echo.ui.less

46 lines
938 B
Plaintext
Raw Normal View History

2019-08-15 17:40:13 +00:00
/*
* Citizen - Echo Styles
* https://starcitizen.tools
*/
@import '../resources/variables.less';
@import '../resources/mixins.less';
.mw-echo-ui-overlay {
z-index: 6;
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-head {
position: relative;
z-index: 2;
2019-12-26 10:21:50 +00:00
border: 0 !important;
2019-08-15 17:40:13 +00:00
.boxshadow(2);
}
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-footer {
2019-12-26 10:21:50 +00:00
border-color: @base-80 !important;
2019-08-15 17:40:13 +00:00
}
2019-08-21 21:39:51 +00:00
.mw-echo-ui-notificationItemWidget {
max-width: 100vw;
}
2019-08-15 17:40:13 +00:00
// 500px or below will break the message box, +40px margin
2019-12-26 10:21:50 +00:00
@media only screen and ( max-width: 540px ) {
2019-08-15 17:40:13 +00:00
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
2019-12-26 10:21:50 +00:00
left: 0 !important;
2019-08-15 17:40:13 +00:00
> .oo-ui-popupWidget-popup {
2019-12-26 10:21:50 +00:00
width: auto !important;
2019-08-15 17:40:13 +00:00
> .oo-ui-popupWidget-body {
2019-12-26 10:21:50 +00:00
width: auto !important;
2019-08-15 17:40:13 +00:00
}
}
2019-12-26 10:21:50 +00:00
> .oo-ui-popupWidget-anchor {
display: none;
}
2019-08-15 17:40:13 +00:00
}
}