Skip to content

Commit

Permalink
0.5.3a
Browse files Browse the repository at this point in the history
- Attempt to fix #7 by removing Modern User Popouts.
  • Loading branch information
Slddev committed Mar 27, 2023
1 parent af768bb commit 4545fa2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 58 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"type": "github",
"id": "Slddev/SpotiCord"
},
"version": "0.5.2a",
"version": "0.5.3a",
"license": "MIT",
"type": "replugged-theme",
"main": "SpotiCord.theme.css"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spoticord",
"version": "0.5.2a",
"version": "0.5.3a",
"description": "Light-weight Spotify theme for Discord",
"engines": {
"node": ">=14.0.0"
Expand Down
55 changes: 0 additions & 55 deletions src/Popouts/index.css
Original file line number Diff line number Diff line change
@@ -1,58 +1,3 @@
/*Modern User Popouts by JJ#0001*/
.avatar-2Vndt_.wrapper-1VLyxH {
width: 128px !important;
height: 128px !important;
}

.avatarHint-k7pYop,
.pencilContainer-18TrEJ,
.textarea-_59yqs,
.aboutMeTitle-3pjiS7,
.bodyTitle-2Az3VQ,
.premiumIconWrapper-32h0Ri,
.footer-3naVBw {
display: none;
}

.banner-1YaD3N {
width: auto;
}

.headerTop-3GPUSF {
padding-top: 48px;
padding-bottom: 24px;
}

.customStatus-3XAoF9 {
margin-top: 10px;
padding-bottom: 5px;
}

.customStatusEmoji-1bFQdD {
width: 128px !important;
height: 128px !important;
margin-left: 119px !important;
margin-bottom: 5px !important;
float: none !important;
}

.customStatusText-3wj79x {
display: block;
text-align: center;
}

.body-2wLx-E {
padding-bottom: 8px;
}

.rolesList-3uZoaa {
margin-bottom: 2px;
}

.avatarPositionNormal-2jWoC2 {
top: 13px;
}

/*Colors*/
.lookFilled-yCfaCM.colorBrand-I6CyqQ {
background-color: var(--background-accent);
Expand Down
2 changes: 1 addition & 1 deletion src/boot.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

/*Version System*/
:root {
--theme-version: "0.5.2a ";
--theme-version: "0.5.3a ";
}

[id^="SpotiCord"] .bd-addon-header .bd-version:before {
Expand Down

0 comments on commit 4545fa2

Please sign in to comment.