[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-08-17 09:47:31 +03:00
parent d0177e7255
commit 4ed4dbcbdb
4 changed files with 14 additions and 4 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.

@ -257,6 +257,11 @@ div.online-fxreader-linkedin {
display: none !important;
}
.online-fxreader-linkedin .search
{
display: flex;
}
.online-fxreader-linkedin .search,
.online-fxreader-linkedin .search input
{

@ -10,3 +10,8 @@ services:
- ./tmp/cache/js/root-yarn:/root/.yarn:rw
- ./docker/js:/app/docker/js:ro
- ./tmp/cache/js:/app/tmp/cache/js:rw
deploy:
resources:
limits:
cpus: 1.5
memory: 1G