This repository was archived by the owner on Mar 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdesktop.css
More file actions
139 lines (113 loc) · 3.77 KB
/
Copy pathdesktop.css
File metadata and controls
139 lines (113 loc) · 3.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
.visual-refresh {
--vr-header-snippet-top: 0px;
--vr-header-snippet-server-padding: 16px;
--vr-header-snippet-space: 230px;
--vr-header-snippet-button-padding: 0;
--vr-header-snippet-winbuttons: flex;
div.chat_f75fb0:not(.threadSidebarOpen_f75fb0),
main.container__133bf,
div.chatLayerWrapper__01ae2 {
& section.container__9293f {
padding-right: var(--vr-header-snippet-space);
}
}
div.headerBar__8a7fc.overlay__8a7fc {
padding-right: var(--vr-header-snippet-space);
& .tab__65d41,
& .searchBar__1ac1c {
-webkit-app-region: no-drag;
}
}
div.videoControls_bfe55a div.subtitleContainer__49508 {
padding-right: calc(var(--vr-header-snippet-space) - 20px);
& .toolbar__9293f {
-webkit-app-region: no-drag;
}
}
div[class*='page__'] {
&:not(:has(> div.chat_f75fb0)) {
anchor-name: --vr-header-snippet;
}
& > div.chat_f75fb0 {
anchor-name: --vr-header-snippet;
}
}
.winButtons_c38106 {
display: var(--vr-header-snippet-winbuttons);
}
div[class*='base_'] {
grid-template-rows: [top] 0 [titleBarEnd] min-content [noticeEnd] 1fr [contentEnd] min-content [end];
&:has(div.bar_c38106 > div.trailing_c38106 .updateIconForeground__49676) {
& div.chat_f75fb0,
& div.subtitleContainer_f75fb0,
& main.container__133bf,
& div.chatLayerWrapper__01ae2 {
& section.container__9293f {
padding-right: calc(var(--vr-header-snippet-space) + 50px);
}
}
& div.videoControls_bfe55a .topControls_bfe55a div.toolbar__9293f {
margin-right: calc(var(--vr-header-snippet-space) + 30px) !important;
}
}
& > div[class*='content__'] {
z-index: 0;
}
& > div.bar_c38106 {
position: absolute;
position-anchor: --vr-header-snippet;
top: var(--vr-header-snippet-top);
right: anchor(right);
width: anchor-size(width);
padding: 0 var(--vr-header-snippet-button-padding) 0 0;
& > .title_c38106 {
display: none;
}
}
&:has(> .notice__6e2b9) {
& > div.bar_c38106 {
top: anchor(top);
}
}
& div.trailing_c38106 {
background: none;
border: none;
height: var(--custom-channel-header-height);
}
&:has(.threadSidebarOpen_f75fb0.threadSidebarFloating_f75fb0) > .bar_c38106 {
z-index: 0;
}
}
:not(:has(div[class*='page__'] > div.chat_f75fb0)) div[class*='base_'] > div.bar_c38106 {
right: 0 !important;
}
ul[data-list-id="guildsnav"] > div.itemsContainer_ef3116 > div.stack_dbd263 {
margin-top: var(--vr-header-snippet-server-padding);
}
section.headerBar__80679,
section.header__0b563 div.toolbar__9293f,
section.header_c791b2 div.toolbar__9293f,
section.header_c791b2 div.children__9293f,
:not(.videoControls_bfe55a) div.topic__6ec1a {
-webkit-app-region: no-drag;
}
.shop__6db1d section.showToolbar__9293f {
padding-right: var(--vr-header-snippet-space);
.balanceWidgetMenu__80679 {
margin-right: 0;
}
}
.div.videoControls_bfe55a .topControls_bfe55a {
z-index: -1;
}
.profileThemedContainer__656be .topRow__34940 {
align-items: end;
padding-bottom: 0;
& .closeAction__34940 {
-webkit-app-region: no-drag;
}
& .memberNameContainer__34940 {
padding-bottom: 12px;
}
}
}