Skip to content

Commit 6d5308a

Browse files
committed
Fix inline format box height
1 parent 9c9cbe5 commit 6d5308a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function readConf() {
7272
'div.d', '{vertical-align:bottom}' +
7373
(
7474
opts.lineNo ?
75-
'div.r' + rand + '{min-height:100%;border-left:60px solid ' + opts.numBg + '}' +
75+
'body>div.r' + rand + '{min-height:100%}div.r' + rand + '{border-left:60px solid ' + opts.numBg + '}' +
7676
'[data-l]:before{font-weight:normal;text-align:right;width:60px;content:attr(data-l);position:absolute;left:-68px;color:' + opts.numCol + '}' :
7777
'div.r' + rand + '{margin-left:8px}'
7878
) +

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"manifest_version": 3,
33
"name": "JSON Lite",
4-
"version": "24.6.0",
4+
"version": "24.6.1",
55
"author" : "Lauri Rooden",
66
"description": "Fast JSON viewer - highlights, shows items count/size, handles large files",
77
"icons": {

0 commit comments

Comments
 (0)