Skip to content

Commit 165fd8d

Browse files
Merge pull request #40 from deathaxe/fix/edit-control-heigth
Fix edit_line_control height
2 parents dd305c1 + f13e672 commit 165fd8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Github.hidden-theme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1113,7 +1113,7 @@
11131113
"layer1.draw_center": false,
11141114
"content_margin": [
11151115
8,
1116-
12
1116+
10
11171117
],
11181118
"color_scheme_tint": "var(inputBackground)"
11191119
},

src/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ export function getRules() {
925925
'layer1.opacity': 1.0,
926926
'layer1.inner_margin': 1,
927927
'layer1.draw_center': false,
928-
content_margin: [8, 12],
928+
content_margin: [8, 10],
929929
color_scheme_tint: 'var(inputBackground)',
930930
},
931931

0 commit comments

Comments
 (0)