[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-17 11:25:08 +03:00
parent 1140a46799
commit 32ee4316f1
3 changed files with 11 additions and 5 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.

@ -252,7 +252,7 @@ class Linkedin {
$('head').append($('<style>').html(`
div.online-fxreader-linkedin {
height: 10em;
overflow: scroll;
overflow: hidden;
z-index: 9999;
position: fixed;
top: 5em;
@ -302,6 +302,12 @@ div.online-fxreader-linkedin {
width: 60em;
}
.online-fxreader-linkedin .entries
{
overflow: scroll;
height: 100%;
}
.online-fxreader-linkedin .entry.even
{
background-color: #eee;