Skip to content

LinkedIn Wide Timeline (fixed) by sbebe

Details

Authorsbebe

LicenseNo License

Categoryhttps://linkedin.com

Created

Updated

Size991 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes LinkedIn's news sidebar and stretches the main timeline container to fill out the rest.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           LinkedIn Wide Timeline (fixed)
@namespace      userstyles.world/user/sbebe
@author         sbebe
@description    `Removes LinkedIn's news sidebar and stretches the main timeline container to fill out the rest.`
@version        20230819.09.55
@license        No License
==/UserStyle== */
@-moz-document domain(linkedin.com)
{
.scaffold-layout__main {
  grid-area: main;
  width: 100%;
}
.scaffold-layout__aside {
    display: none;
}
@media screen {
    .scaffold-layout-container.scaffold-layout-container--reflow {
        width: 90% !important;
    }
}
.scaffold-layout--reflow .scaffold-layout__content--sidebar-main-aside {
    grid-template-areas: "sidebar main";
    grid-template-columns: var(--scaffold-layout-sidebar-narrow-width) var(--scaffold-layout-main-width);
}
.scaffold-layout--reflow .scaffold-layout__content--list-detail-aside {
    grid-template-areas: "main";
    grid-template-columns: minmax(0,17fr);
}
}

Reviews

No reviews yet.