mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 16:21:11 +00:00
fix: remove unused VE padding styles
This commit is contained in:
parent
c5154c0827
commit
c2b33858b1
|
@ -68,19 +68,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-surface {
|
&-surface {
|
||||||
.ve-ce-documentNode {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
&-visual {
|
&-visual {
|
||||||
.ve-ce-documentNode {
|
.ve-ce-documentNode {
|
||||||
font-size: 1rem; // So that same font size as the actual page
|
font-size: 1rem; // So that same font size as the actual page
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&-placeholder {
|
|
||||||
padding: 0 !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-overlay {
|
&-overlay {
|
||||||
|
@ -89,13 +81,6 @@
|
||||||
&-global {
|
&-global {
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-surface {
|
|
||||||
&-placeholder,
|
|
||||||
.ve-ce-documentNode {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-mwSaveDialog {
|
&-mwSaveDialog {
|
||||||
|
@ -162,7 +147,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.CodeMirror {
|
.CodeMirror {
|
||||||
padding: 0 !important;
|
|
||||||
line-height: @content-line-height !important; // Lining up syntax highlighter
|
line-height: @content-line-height !important; // Lining up syntax highlighter
|
||||||
|
|
||||||
&-code * {
|
&-code * {
|
||||||
|
|
Loading…
Reference in a new issue