Skip to content

Commit

Permalink
Fix inline format box height
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriro committed Jun 7, 2024
1 parent 9c9cbe5 commit 6d5308a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion background.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function readConf() {
'div.d', '{vertical-align:bottom}' +
(
opts.lineNo ?
'div.r' + rand + '{min-height:100%;border-left:60px solid ' + opts.numBg + '}' +
'body>div.r' + rand + '{min-height:100%}div.r' + rand + '{border-left:60px solid ' + opts.numBg + '}' +
'[data-l]:before{font-weight:normal;text-align:right;width:60px;content:attr(data-l);position:absolute;left:-68px;color:' + opts.numCol + '}' :
'div.r' + rand + '{margin-left:8px}'
) +
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 3,
"name": "JSON Lite",
"version": "24.6.0",
"version": "24.6.1",
"author" : "Lauri Rooden",
"description": "Fast JSON viewer - highlights, shows items count/size, handles large files",
"icons": {
Expand Down

0 comments on commit 6d5308a

Please sign in to comment.