mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-13 17:49:25 +00:00
VE nav bar hotfix
This commit is contained in:
parent
86a86fe3bf
commit
0d75b7b39d
|
@ -55,7 +55,8 @@
|
|||
}
|
||||
}
|
||||
|
||||
.ve-ui-surface-placeholder, .ve-ui-surface .ve-ce-documentNode {
|
||||
.ve-ui-surface-placeholder,
|
||||
.ve-ui-surface .ve-ce-documentNode {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
@ -64,6 +65,15 @@
|
|||
line-height: @content-line-height; // Lining up syntax highlighter
|
||||
}
|
||||
|
||||
.ve-init-mw-desktopArticleTarget .CodeMirror-code *, .ve-init-mw-desktopArticleTarget .ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
|
||||
.ve-init-mw-desktopArticleTarget .CodeMirror-code *,
|
||||
.ve-init-mw-desktopArticleTarget .ve-ui-mwWikitextSurface .ve-ce-paragraphNode {
|
||||
line-height: @content-line-height; // Lining up syntax highlighter
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.ve-activated {
|
||||
.mw-header-container {
|
||||
background-color: @dark-bg-0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue