mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-12 07:55:21 +00:00
edfdf05f12
Adds different font-sizes and line-heights for the custom font-size UI. The custom font-size preference options are now: 1. Compact - 14px font-size & 22px line-height 2. Standard - 16px font-size & 24px line-height 3. Open - 20px font-size & 26px line-height This removes the "xl" font-size option (`vector-feature-custom-font-size-3`) and it's related i18n messages, and changes the remaining message to match the new options. The default font-size, when the custom font-size feature is disabled, is "compact". Bug: T351693 Change-Id: I5975a78ce7327f314fd55de55c222ac08d801fbd
11 lines
223 B
JSON
11 lines
223 B
JSON
{
|
|
"vector-feature-custom-font-size": {
|
|
"options": [ "0", "1", "2" ],
|
|
"preferenceKey": "vector-font-size"
|
|
},
|
|
"vector-feature-limited-width": {
|
|
"options": [ "0", "1" ],
|
|
"preferenceKey": "vector-limited-width"
|
|
}
|
|
}
|