Skip to content

Commit 783ad6f

Browse files
pog
pog
0 parents  commit 783ad6f

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

powercord_manifest.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "Compact Discord",
3+
"description": "Allows Discord to fit better on smaller screens.",
4+
"version": "0.0.1",
5+
"author": "CodeDisease",
6+
"theme": "theme.css",
7+
"license": "MIT"
8+
}

theme.css

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
.membersWrap-2h-GB4 {
2+
transition: 0.5s ease;
3+
transform: translateX(180px);
4+
}
5+
6+
.membersWrap-2h-GB4:hover {
7+
transform: translateX(0px);
8+
box-shadow: -1px 0px 20px rgb(30,30,35);
9+
}
10+
11+
.messagesWrapper-1sRNjr {
12+
width: calc(100% + 180px);
13+
}
14+
15+
.form-2fGMdU {
16+
width: calc(100% + 145px);
17+
}
18+
19+
.form-2fGMdU::before {
20+
width: 0;
21+
}
22+
23+
.sidebar-2K8pFh {
24+
height: 100%;
25+
width: 80px;
26+
transition: 0.5s;
27+
}
28+
29+
.sidebar-2K8pFh:hover {
30+
width: calc(200px);
31+
}
32+
33+
.listItem-GuPuDH {
34+
transform: scale(0.9);
35+
margin: 1px;
36+
}
37+
38+
.containerDefault--pIXnN * {
39+
font-size: 13px;
40+
padding: 1px;
41+
}
42+
43+
.membersGroup-v9BXpm {
44+
opacity: 0;
45+
height: 1px;
46+
padding: 8px;
47+
}
48+
49+
.member-3-YXUe {
50+
padding: 0px;
51+
}

0 commit comments

Comments
 (0)