Skip to content

Commit

Permalink
0.1.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
rostok committed Sep 25, 2023
1 parent 6b08d99 commit a84689f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"short_name": "UbiChr",
"homepage_url": "https://github.com/rostok/ubichr",
"author": "rostok",
"version": "0.1.0.52",
"version": "0.1.0.53",
"description": "Revived Ubiquity for Chrome",
"content_security_policy": "script-src 'self' 'unsafe-eval' https://maps.googleapis.com https://cdnjs.cloudflare.com https://unpkg.com https://cdnjs.com; object-src 'self'",
"manifest_version": 2,
Expand Down
2 changes: 2 additions & 0 deletions popup.css
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,12 @@ body {
#ubiq-preview-div #ubiq-preview-frm {
--scrollX: 0px;
--scrollY: 0px;
--zoom: 1;
width: calc(100% + var(--scrollX)) !important;
height: calc(100% + var(--scrollY)) !important;
background-color: transparent;
border: 0px;
max-width: calc(540px * var(--zoom)) !important;
}

#ubiq-result-panel {
Expand Down

0 comments on commit a84689f

Please sign in to comment.