Skip to content

Linkedin wide #1 by georgeabr

Details

Authorgeorgeabr

LicenseNo License

Category-

Created

Updated

Size1.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

linkedin

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: 338%;
}
:root {
	--scaffold-layout-gutter: 1.2rem;
	--scaffold-layout-none-max-width: 576px;
	--scaffold-layout-md-max-width: 1720px;
	--scaffold-layout-lg-max-width: 1960px;
	--scaffold-layout-xl-max-width: 1528px !important;
	--scaffold-layout-sidebar-width: minmax(0,300px);
	--scaffold-layout-sidebar-narrow-width: minmax(0,225px);
	--scaffold-layout-main-width: minmax(0,auto);
	--scaffold-layout-aside-width: minmax(0,300px);
}
    
    .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.