MediaWiki:Gadget-UTCLiveClock.css: Difference between revisions

no edit summary
m (1 revision imported)
No edit summary
 
Line 10: Line 10:
*/  
*/  
margin-left: 0.75em;
margin-left: 0.75em;
}
/**
* Vector-2022:
* The header is not designed to hold too many items (see T301583#7712430) so push down to new line.
*/
@media screen and (min-width: 1200px ) {
#p-personal-more #utcdate {
position: absolute;
top: 60px;
right: 0;
}
}
}