mediawiki-skins-Citizen/skinStyles/mediawiki/special/mediawiki.special.changeslist.enhanced.less

38 lines
696 B
Plaintext
Raw Normal View History

2019-08-15 17:40:13 +00:00
/*
* Citizen - Recent Changes Styles
* https://starcitizen.tools
*/
/*!
* Styling for Special:Watchlist and Special:RecentChanges when preference 'usenewrc'
* a.k.a. Enhanced Recent Changes is enabled.
*/
.mw-enhanced-rc {
td& {
font-family: var( --font-family-monospace );
}
&-time {
font-family: var( --font-family-monospace );
2019-12-26 10:21:50 +00:00
}
2019-08-15 17:40:13 +00:00
&-nested {
display: block;
margin-top: var( --space-xxs );
2019-08-15 17:40:13 +00:00
.mw-tag-markers {
margin: var( --space-xxs );
}
2019-12-26 10:21:50 +00:00
}
2019-08-15 17:40:13 +00:00
}
/* Fix collapsible button alignment */
.mw-enhancedchanges-arrow-space {
width: 1rem;
height: 1rem;
padding-top: 0;
background-position: left center !important;
float: none !important;
vertical-align: text-bottom;
}