MediaWiki:Vector-2022.css: Difference between revisions
From Destinypedia, the Destiny wiki
|
|
Line 14: |
Line 14: |
| width: auto !important; | | width: auto !important; |
| display: flex !important; | | display: flex !important; |
| }
| |
|
| |
| /* Echo extension */
| |
| @media all and (max-width: 719px) {
| |
| .vector-menu-content-list {
| |
| display: none !important;
| |
| }
| |
| } | | } |
Latest revision as of 09:22, August 20, 2024
/* CSS placed here will affect users of the Vector 2022 skin */
/* Indicators */
#mw-indicator-rc {
top: -16px;
font-size: 80%;
}
#rc-bot {
margin-top: 0 !important;
}
/* Notice boxes */
.noticebox {
width: auto !important;
display: flex !important;
}