Skip to content

Instantly share code, notes, and snippets.

@unitycoder
Created October 29, 2023 12:08
Show Gist options
  • Select an option

  • Save unitycoder/dc012222230c26dec631b4004063fc7f to your computer and use it in GitHub Desktop.

Select an option

Save unitycoder/dc012222230c26dec631b4004063fc7f to your computer and use it in GitHub Desktop.

Revisions

  1. unitycoder created this gist Oct 29, 2023.
    13 changes: 13 additions & 0 deletions hub.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <style>
    /* cloud services column header */
    .pl-header__column.pl-header__column--cloudServices {display:none !important;}

    /* version control column header */
    .pl-header__columns-wrapper > :nth-child(2) {display: none !important;}

    /* version control column value */
    .hCtBAQ {display: none !important;}

    /* cloud services column value */
    .pl-item__row :nth-child(4) {display: none !important;}
    </style>