[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-17 10:22:22 +03:00
parent 8dbedd9c28
commit f2b8862683
3 changed files with 6 additions and 6 deletions

BIN
deps/greasyfork/dist/linkedin.user.js (Stored with Git LFS) vendored

Binary file not shown.

BIN
deps/greasyfork/dist/linkedin.user.js.map (Stored with Git LFS) vendored

Binary file not shown.

@ -240,7 +240,7 @@ class Linkedin {
self.ui.root = $(`<div class=online-fxreader-linkedin>`); self.ui.root = $(`<div class=online-fxreader-linkedin>`);
$('head').append($('<style>').html(` $('head').append($('<style>').html(`
div.online-fxreader-linkedin { div.online-fxreader-linkedin {
height: 3em; height: 10em;
overflow: scroll; overflow: scroll;
z-index: 9999; z-index: 9999;
position: fixed; position: fixed;
@ -286,7 +286,7 @@ div.online-fxreader-linkedin {
} }
.online-fxreader-linkedin:hover { .online-fxreader-linkedin:hover {
height: 10em; height: 80vh;
} }
`)); `));
GM_addElement('script', { GM_addElement('script', {