Skip to content

Commit 274b698

Browse files
committed
All buttons should work fine now
1 parent 41565fa commit 274b698

3 files changed

+11
-3
lines changed

classicTitlebar.theme.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @authorId 634168893644210186
55
* @authorLink https://github.com/kckarnige
66
* @website https://github.com/kckarnige/notitlebar-theme
7-
* @version 1.0.7
7+
* @version 1.1.1
88
* @description A (sorta) blast from the past.
99
* @donate https://ko-fi.com/kckarnige
1010
* @updateUrl https://raw.githubusercontent.com/kckarnige/notitlebar-theme/main/classicTitlebar.theme.css
@@ -95,6 +95,11 @@
9595
.platform-linux:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=toolbar_] {
9696
padding-right: 120px;
9797
}
98+
.platform-win:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=toolbar_] [type*=button], .platform-win:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=toolbar_] [role*=button],
99+
.platform-linux:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=toolbar_] [type*=button],
100+
.platform-linux:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=toolbar_] [role*=button] {
101+
-webkit-app-region: no-drag;
102+
}
98103
.platform-win:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=children_] [type*=button], .platform-win:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=children_] [role*=button],
99104
.platform-linux:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=children_] [type*=button],
100105
.platform-linux:not(:has([legcord-platform])) [class*=upperContainer_] > [class*=children_] [role*=button] {

classicTitlebar.theme.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)