@import '../variables.less'; @media screen { div.mw-echo-ui-overlay { z-index: 100; } /* Handle and position Echo icons */ #pt-notifications-alert, #pt-notifications-notice { .mw-echo-notifications-badge { // Temporary in case Echo is still -5px top: 0; &.mw-echo-notifications-badge-all-read { opacity: 0.333; } &.mw-echo-notifications-badge { background-size: contain; } } } #personal-extra { white-space: nowrap; ul { list-style: none; padding: 0; margin: 0.4em 0.5em; } li { margin: 0 0.25em; display: inline-block; } } @media ( min-width: @desktop-mid-floor ) { #personal-extra { margin-left: 1em; } } @media ( min-width: @desktop-small-floor ) { div#personal { padding-left: 0; } #personal-extra { float: left; margin-left: 0.5em; } } @media ( max-width: @mobile-width ) { #personal-extra { position: absolute; top: 0.8em; right: 8.5em; li { margin-right: 1.25em; &:last-of-type { margin-right: 0; } } } #pt-notifications-alert .mw-echo-notifications-badge, #pt-notifications-notice .mw-echo-notifications-badge { width: 25px; height: 25px; } } }