[~] Refactor
This commit is contained in:
parent
d0177e7255
commit
4ed4dbcbdb
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.
5
deps/greasyfork/src/linkedin/index.ts
vendored
5
deps/greasyfork/src/linkedin/index.ts
vendored
@ -257,6 +257,11 @@ div.online-fxreader-linkedin {
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.online-fxreader-linkedin .search
|
||||||
|
{
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
|
|
||||||
.online-fxreader-linkedin .search,
|
.online-fxreader-linkedin .search,
|
||||||
.online-fxreader-linkedin .search input
|
.online-fxreader-linkedin .search input
|
||||||
{
|
{
|
||||||
|
@ -10,3 +10,8 @@ services:
|
|||||||
- ./tmp/cache/js/root-yarn:/root/.yarn:rw
|
- ./tmp/cache/js/root-yarn:/root/.yarn:rw
|
||||||
- ./docker/js:/app/docker/js:ro
|
- ./docker/js:/app/docker/js:ro
|
||||||
- ./tmp/cache/js:/app/tmp/cache/js:rw
|
- ./tmp/cache/js:/app/tmp/cache/js:rw
|
||||||
|
deploy:
|
||||||
|
resources:
|
||||||
|
limits:
|
||||||
|
cpus: 1.5
|
||||||
|
memory: 1G
|
||||||
|
Loading…
Reference in New Issue
Block a user