mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
DesktopArticleTarget: Fix page title (first H1) font size in Vector
Change-Id: I87409ad5da3819732d13943a64b2ca22f65f9418
This commit is contained in:
parent
8a0ead0940
commit
42d04b6f47
|
@ -41,6 +41,11 @@
|
|||
font-size: 0.8em;
|
||||
}
|
||||
|
||||
.ve-init-target .firstHeading {
|
||||
/* Restore 1.8em font size of page title */
|
||||
font-size: 2.25em; /* 1.8/0.8 */
|
||||
}
|
||||
|
||||
.ve-init-target .mw-body-content,
|
||||
.ve-ui-overlay-global .mw-body-content {
|
||||
/* Match skin's font-size for the surface content */
|
||||
|
|
Loading…
Reference in a new issue