MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
#content { margin: 0 0 0 0; } | #content { margin: 0 0 0 0; } | ||
#p-cactions { left: .1em; } | #p-cactions { left: .1em; } | ||
#left-navigation { margin: 0 | #left-navigation { margin: 0 0; } | ||
} | } | ||
Revision as of 16:38, 4 January 2024
/* All CSS here will be loaded for users of the Vector skin */
@media (max-width: 768px) { /* Adjust 768px to whatever your threshold is */
#mw-panel {
display: none;
}
#column-content { margin: 0 0 1em 0; }
#content { margin: 0 0 0 0; }
#p-cactions { left: .1em; }
#left-navigation { margin: 0 0; }
}