Skip to content

Instantly share code, notes, and snippets.

@T1ckbase
Created March 28, 2025 11:18
Show Gist options
  • Save T1ckbase/582b92f3d5a55739165351c120b4578c to your computer and use it in GitHub Desktop.
Save T1ckbase/582b92f3d5a55739165351c120b4578c to your computer and use it in GitHub Desktop.
@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;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment