No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
object-position: center; | object-position: center; | ||
display: block; | display: block; | ||
} | |||
.toc, | |||
#toc, | |||
.toctoggle, | |||
.mw-table-of-contents-container { | |||
display: none !important; | |||
} | } | ||
Revision as of 20:36, 25 June 2026
/* CSS placed here will be applied to all skins */
body.skin-holdfast .hf-upcoming-release-image {
flex: 0 0 320px;
max-width: 320px;
overflow: hidden;
display: flex;
align-items: stretch;
}
body.skin-holdfast .hf-upcoming-release-image img {
width: 100% !important;
height: 100% !important;
object-fit: cover;
object-position: center;
display: block;
}
.toc,
#toc,
.toctoggle,
.mw-table-of-contents-container {
display: none !important;
}