Skip to content

Commit 1d4611d

Browse files
committedFeb 26, 2025·
test topbar
1 parent a337c62 commit 1d4611d

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
 

‎src/topbar.css

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.visual-refresh {
2+
--custom-app-top-bar-height: 24px;
3+
4+
.trailing_c38106 > a[href="https://support.discord.com"]
5+
{
6+
display: none;
7+
}
8+
9+
.tutorialContainer__1f388 {
10+
margin-bottom: 48px;
11+
}
12+
.recentsIcon_c99c29 {
13+
position: fixed;
14+
width: 40px;
15+
height: 40px;
16+
top: calc(
17+
var(--custom-app-top-bar-height) + 1px + var(--custom-guild-list-padding) +
18+
var(--guildbar-avatar-size) + 8px
19+
);
20+
left: calc(var(--gap) + 1px + var(--custom-guild-list-padding));
21+
}
22+
.recentsIcon_c99c29 .button__85643 {
23+
width: 100%;
24+
height: 100%;
25+
}
26+
.recentsIcon_c99c29 .icon__9293f {
27+
width: 24px;
28+
height: 24px;
29+
}
30+
.layerContainer_da8173 .layer_da8173:has(.recentMentionsPopout__95796) {
31+
transform: translateX(90%);
32+
}
33+
34+
.title_c38106 {
35+
padding-left: var(--gap);
36+
justify-content: flex-start;
37+
}
38+
.title__85643 {
39+
gap: 4px;
40+
}
41+
.title__85643 .icon_f34534 {
42+
width: 16px;
43+
height: 16px;
44+
display: none;
45+
}
46+
.title__85643 .text-sm\/medium_cf4812 {
47+
line-height: 90%;
48+
color: var(--text-5);
49+
font-weight: 700;
50+
}
51+
}

0 commit comments

Comments
 (0)
Please sign in to comment.