Skip to content

Commit 2dc2f9d

Browse files
committed
(JS) tab thumbnail tooltip 1.0.4 -
adjust image scaling a bit
1 parent 61b8e8f commit 2dc2f9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

JS/tabThumbnailTooltip.uc.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// ==UserScript==
22
// @name Tab Thumbnail Tooltip
3-
// @version 1.0.3
3+
// @version 1.0.4
44
// @author aminomancer
55
// @homepage https://github.com/aminomancer/uc.css.js
66
// @description Show a large thumbnail image to preview tab content when hovering a tab.
@@ -116,6 +116,7 @@ class TabThumbnail {
116116
backgroundColor: getComputedStyle(this.thumbBox).getPropertyValue(
117117
"background-color"
118118
),
119+
fullScale: true,
119120
fullViewport: true,
120121
},
121122
true

0 commit comments

Comments
 (0)