Skip to content

Instantly share code, notes, and snippets.

@logonoff
Last active March 21, 2024 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save logonoff/b8b96edc4aa977bf88ac7a31646b0e0e to your computer and use it in GitHub Desktop.
Save logonoff/b8b96edc4aa977bf88ac7a31646b0e0e to your computer and use it in GitHub Desktop.
Larger titlebar for Discord for Windows
/**
* @name Windows 10 titlebar
* @description makes the titlebar match the Windows 10 one
* @author logonoff
* @version 1.0.1
* @authorId 122505347163357186
* @source https://gist.github.com/logonoff/b8b96edc4aa977bf88ac7a31646b0e0e
* @website https://logonoff.co
*/
[class*="titleBar_"] { height: 26px; }
[class*="winButton_"] {
height: 29px;
transition: 0.15s ease;
width: 45px;
}
[class*="winButton_"]:active {
background-color: #fff;
background-color: rgba(255,255,255,0.1);
}
[class*="winButtonClose_"]:active { background-color: rgb(143, 14, 25) }
[class*="wordmark_"] {
left: 4px;
top: 4px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment