-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathDiscordFixes.css
97 lines (97 loc) · 2.37 KB
/
DiscordFixes.css
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
/*
version 3
updated 2025-02-02
mini theme to fix multiple small issues discord couldn't be bothered to fix themselves
*/
.container__37e49 {
justify-content: space-between;
}
.downloadApps__4a98c, .visual-refresh .downloadApps__4a98c {
padding: 0;
}
.downloadApps__4a98c .platformsWrap__4a98c {
margin-top: 40px;
}
.downloadApps__4a98c .content__49fc1 {
padding-bottom: 40px;
}
.downloadApps__4a98c .footerSeparator__49fc1 {
margin: 0;
justify-content: center;
padding: 20px;
border-top: solid 1px var(--background-secondary);
}
.children__9293f .divider__9293f:last-child {
display: none;
}
.background_c44edb {
--header-muted: var(--background-tertiary);
}
.tierHeaderUnlocked_f15dca {
background: linear-gradient(90deg,var(--guild-boosting-blue-for-gradients),var(--guild-boosting-purple-for-gradients));
}
.tierHeaderUnlocked_f15dca :is(.tierIcon_f15dca, .tierTitle_f15dca) {
color: #fff;
}
.tierHeaderUnlocked_f15dca .tierUnlocked_f15dca {
background: #fff;
color: var(--guild-boosting-purple-for-gradients);
font-weight: bold;
}
#bans-tab .scrollerContainer_cdb2b0 {
padding-right: 0;
}
.sortButton__98d1c {
--header-secondary: var(--header-primary);
}
.inviteToolbar__133bf {
border-right: solid 1px var(--background-modifier-accent);
margin-right: 8px;
}
.friendWrapper_bbd192 {
margin-left: 0;
margin-right: 0;
}
.addFriendInputWrapper__72ba7 {
padding-right: 8px;
}
#permissions-tab .card_b651ff.cardPrimary__73069.card__73069 {
background: var(--background-secondary);
}
#permissions-tab .sidebarScrollable__53543 {
position: sticky;
min-width: 232px;
}
#permissions-tab .layoutStyle__0ab2c {
margin: 0;
}
#guild-header-popout-application-directory,
#guild-context-guild-settings--APP_DIRECTORY,
.sidebarRegion__23e6b [data-tab-id="APP_DIRECTORY"] {
display: none;
}
.visual-refresh .users__260e1 {
width: auto;
padding-left: 6px;
padding-right: 4px;
}
.visual-refresh .total__260e1 {
width: auto;
padding-left: 4px;
padding-right: 6px;
}
.stackedBars__74017 {
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.tierHeaderUnlocked_f15dca .lookFilled__201d5.colorGreen__201d5 {
background: #fff;
color: var(--brand-500);
transition: .2s;
}
.tierHeaderUnlocked_f15dca .lookFilled__201d5.colorGreen__201d5:hover {
opacity: .9;
}
.tierHeaderUnlocked_f15dca .lookFilled__201d5.colorGreen__201d5:active {
opacity: .8;
}