Skip to content

LinkedIn Wide Timeline #2 by georgeabr

Details

Authorgeorgeabr

LicenseNONE

Categorylinkedin.com

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes LinkedIn's news sidebar and increases the main timeline container width to 150%.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         LinkedIn Wide Timeline - modified
@namespace    USO Archive
@author       Tom Finley
@description  Removes LinkedIn's news sidebar and increases the main timeline container width to 150%.
@version      20230405.14.13
@license      NONE
@preprocessor uso
==/UserStyle== */
@-moz-document domain(linkedin.com)
{
.scaffold-layout__main {
  grid-area: main;
 /* width: 38% !important; */
}
:root {
    /*
	--scaffold-layout-gutter: 0.2rem !important;
	--scaffold-layout-none-max-width: 176px !important;
	--scaffold-layout-md-max-width: 120px !important;
	--scaffold-layout-lg-max-width: 360px !important;
    */
	--scaffold-layout-xl-max-width: 100% !important;
    /*
	--scaffold-layout-sidebar-width: minmax(0,100px) !important;
	--scaffold-layout-sidebar-narrow-width: minmax(0,125px) !important;
	--scaffold-layout-main-width: minmax(0,auto);
	--scaffold-layout-aside-width: minmax(0,100px) !important;
    */
}
    .jobs-search-results-list__header--blue {
        background-color: #999ea2 !important;
        display: none !important;
    }
    
    .scaffold-layout__list {
        max-width: 30% !important;
        min-width: unset !important;
    }

    .scaffold-layout--has-list-detail.scaffold-layout--reflow {
            margin-left: 0px;
    }
    .application-outlet__overlay-container {  display: none !important;}
    
    /*
.scaffold-layout__aside {
    display: none;
}
    */
}

Reviews

No reviews yet.