Skip to content

Instantly share code, notes, and snippets.

@T1ckbase
Created March 28, 2025 11:18
Show Gist options
  • Select an option

  • Save T1ckbase/582b92f3d5a55739165351c120b4578c to your computer and use it in GitHub Desktop.

Select an option

Save T1ckbase/582b92f3d5a55739165351c120b4578c to your computer and use it in GitHub Desktop.

Revisions

  1. T1ckbase created this gist Mar 28, 2025.
    31 changes: 31 additions & 0 deletions remove-discord-new-theme-titlebar.css
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,31 @@
    @media (min-width: 1920px) {
    :root {
    --custom-app-top-bar-height: 4px;
    }

    div[class*="container"] div[class*="bar"] > [class*="title"] {
    display: none;
    }

    div[class*="container"] div[class*="bar"] > [class*="trailing"] {
    position: fixed;
    right: 0;
    top: var(--custom-app-top-bar-height);
    z-index: 1000;
    gap: 0;
    }

    div[class*="container"] div[class*="bar"] div[class*="winButton"] {
    min-height: 46px;
    min-width: 36px;
    gap: 0;
    }

    div[class*="winButtonsWithDivider"]::before {
    content: none;
    }

    div[class*="content"] > div[class*="page"] div[class*="chat"] > div[class*="subtitleContainer"] > section[class*="container"] {
    padding-right: 170px;
    }
    }