[~] Refactor
This commit is contained in:
parent
1140a46799
commit
32ee4316f1
BIN
deps/greasyfork/dist/linkedin.user.js
(Stored with Git LFS)
vendored
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
BIN
deps/greasyfork/dist/linkedin.user.js.map
(Stored with Git LFS)
vendored
Binary file not shown.
8
deps/greasyfork/src/linkedin/index.ts
vendored
8
deps/greasyfork/src/linkedin/index.ts
vendored
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user