Custom Visual Changes for Better Job Search and Other aspects of LinkedIn.
LinkedIn by Mohon. by enamul-hoque

Details
Authorenamul-hoque
LicenseNo License
Categorylinkedin.com
Created
Updated
Code size3.1 kB
Code checksum5684edf2
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name LinkedIn by Mohon.
@version 20231229.14.43
@namespace userstyles.world/user/enamul-hoque
@description Custom Visual Changes for Better Job Search and Other aspects of LinkedIn.
@author enamul-hoque
@license No License
==/UserStyle== */
@-moz-document domain("linkedin.com") {
/* Card Height (Start) */
.feed-shared-update-v2.full-height.artdeco-card {
height: calc(100vh - 48px) !important;
background-color: transparent !important;
box-shadow: none !important;
overflow: hidden;
}
.feed-shared-update-v2.full-height.artdeco-card > div {
background-color: #fff;
border: 1px solid #ddd;
border-radius: var(--corner-radius-medium);
}
/* Card Height (End) */
/* Remove Read More (Start) */
.feed-shared-inline-show-more-text.feed-shared-update-v2__description {
max-height: none;
overflow: auto;
}
.feed-shared-inline-show-more-text__see-more-less-toggle.see-more {
display: none;
}
/* Remove Read More (End) */
/* 3 Column Layout (Start) */
.scaffold-layout__inner.scaffold-layout-container {
width: 100%;
}
.scaffold-layout__row.scaffold-layout__content.scaffold-layout__content--sidebar-main-aside {
grid-template-columns: 0 var(--scaffold-layout-main-width) 0;
}
.scaffold-layout__sidebar,
aside.scaffold-layout__aside {
display: none;
}
.feed-skip-link__container {
display: none !important;
}
.scaffold-finite-scroll__content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.scaffold-finite-scroll__content > div {
flex: 0 0 32%;
width: 32%;
max-width: 32%;
}
/* 3 Column Layout (End) */
.job-card-list.job-card-container--clickable:hover {
background-color: #f5f5f5;
}
.job-card-list__insight,
.job-card-container__apply-method,
.job-card-list__footer-wrapper, /* Time */
.job-card-container__action-container /* Eye Hide Icon */
{
display: none !important;
}
.artdeco-entity-lockup__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.artdeco-entity-lockup__content > div {
margin-top: 0 !important;
line-height: 1.4em !important;
}
.artdeco-entity-lockup__content > div:last-child {
font-size: 14px;
}
.artdeco-entity-lockup__content > div:not(:last-child):after {
content: "|";
margin: 0 5px;
}
.job-card-container__metadata-wrapper {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.job-card-list__title {
text-decoration: none !important;
}
/** Connections List Numbering **/
.mn-connections ul {
counter-reset: connectionsList;
}
.mn-connection-card:before {
content: counter(connectionsList) '. ';
display: block;
counter-increment: connectionsList;
position: absolute;
top: 30px;
left: 6px;
}
}