Page MenuHomeWickedGov Phorge

ext.echo.styles.alert.less
No OneTemporary

Size
702 B
Referenced Files
None
Subscribers
None

ext.echo.styles.alert.less

@import 'mediawiki.skin.variables.less';
@import '../resources/skins.vector.styles/variables.less';
/** Mixin for collapsing the Echo new messages alert */
.echo-alert-collapse() {
font-size: 12px;
position: absolute;
top: 100%;
right: 0;
}
.vector-user-links {
.mw-echo-alert {
padding: 0.2em 0.5em;
white-space: nowrap;
// Prevent alert message from pushing user links off screen
max-width: 270px;
overflow: hidden;
text-overflow: ellipsis;
@media ( max-width: @max-width-breakpoint-desktop ) {
.echo-alert-collapse();
}
}
}
// If the user link is wide, always collapse
.vector-user-links-wide .vector-menu-content-list {
.mw-echo-alert {
.echo-alert-collapse();
}
}

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 19, 05:21 (1 d, 13 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dc/6a/7285ebf416809985c75e27a1d970
Default Alt Text
ext.echo.styles.alert.less (702 B)

Event Timeline