User:Evad37/timeless.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#siteSub {
    font-family: sans-serif;
    font-size: 90%;
}

/*
#coordinates {
    display: block;
    font-size: 90%;
    line-height: 1.5;
    position: absolute;
    right: 1.6em;
    text-align: right;
    text-indent: 0;
    top: 4em;
    white-space: nowrap;
    background: #fff;
    padding: 0 1em 0 0.75em;
}
*/

/* Ensure notifications can be seen on mobile! */
@media (max-width: 850px) {
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup > .oo-ui-popupWidget-body {
		width: unset !important; /* overrides inline style */
	}
	
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-popup {
		width: unset !important; /* overrides inline style */
	}
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
		left: 5px !important; /* overrides inline style */
		width: calc(100% - 10px) !important; /* overrides inline style */
	}
	
	/* Hide the little triangle at the top */
	.mw-echo-ui-notificationBadgeButtonPopupWidget-popup > .oo-ui-popupWidget-anchor {
		display: none;
	}
}