mirror of
https://github.com/maputnik/editor.git
synced 2026-07-30 09:47:28 +00:00
Increase font size to 12px
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
.cm-s-maputnik.CodeMirror {
|
.cm-s-maputnik.CodeMirror {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
font-size: 10px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cm-s-maputnik.CodeMirror, .cm-s-maputnik .CodeMirror-gutters {
|
.cm-s-maputnik.CodeMirror, .cm-s-maputnik .CodeMirror-gutters {
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ const IconText = props => <span style={{ paddingLeft: margins[0] }}>
|
|||||||
|
|
||||||
const actionStyle = {
|
const actionStyle = {
|
||||||
display: "inline-block",
|
display: "inline-block",
|
||||||
padding: 12.5,
|
padding: 10,
|
||||||
fontSize: fontSizes[4],
|
fontSize: fontSizes[4],
|
||||||
cursor: "pointer",
|
cursor: "pointer",
|
||||||
color: colors.white,
|
color: colors.white,
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
export const margins = [3, 5, 10, 30, 40]
|
export const margins = [3, 5, 10, 30, 40]
|
||||||
export const fontSizes = [26, 20, 16, 14, 12, 10]
|
export const fontSizes = [24, 20, 18, 16, 14, 12]
|
||||||
|
|||||||
Reference in New Issue
Block a user