Skip to content

Commit

Permalink
0.5.9a
Browse files Browse the repository at this point in the history
Changelog:
- Update classes
  • Loading branch information
Slddev committed Jun 19, 2024
1 parent c9ed9ad commit cf516d0
Show file tree
Hide file tree
Showing 11 changed files with 380 additions and 380 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"type": "store",
"id": "gq.sappy.SpotiCord"
},
"version": "0.5.8b",
"version": "0.5.9a",
"license": "MIT",
"type": "replugged-theme",
"main": "src/compiled.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.8b",
"version": "0.5.9a",
"description": "Light-weight Spotify theme for Discord",
"engines": {
"node": ">=14.0.0"
Expand Down
22 changes: 11 additions & 11 deletions src/Home/index.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
/*Colors*/
.tabBody_a90ea8 {
.tabBody_c2739c {
border-radius: 8px;
}

.container_bd15da {
.container_c2739c {
background: linear-gradient(180deg, var(--sc-gradient-color), transparent 25%);
border-radius: 8px;
}

.peopleColumn__0c784 {
.peopleColumn_c2739c {
background: transparent;
}

.nowPlayingColumn_b025fe,
.nowPlayingColumn_b025fe .container__3673d {
.nowPlayingColumn_c2739c,
.nowPlayingColumn_c2739c .container_bf550a {
border-radius: 8px;
}

.theme-dark .root_a28985 {
.theme-dark .root_f9a4c9 {
background: var(--background-floating);
}

.privateChannels__9b518,
.scroller__89969 {
.privateChannels_f0963d,
.scroller_c47fa9 {
background: var(--background-primary) !important;
}

.interactive__0786a {
.interactive_f5eb4b {
border-radius: 6px;
}

.interactive__0786a:hover {
.interactive_f5eb4b:hover {
background: #1a1a1a;
}

.interactive__0786a:active {
.interactive_f5eb4b:active {
background: hsla(0, 0%, 100%, 0.1);
}
2 changes: 1 addition & 1 deletion src/Plugins/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

/*Vencord Theme Text-area*/
.textarea__0461c[placeholder="Theme Links"] {
.textarea_dde0a8[placeholder="Theme Links"] {
color: var(--text-normal);
}

Expand Down
4 changes: 2 additions & 2 deletions src/Popouts/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
background-color: var(--background-accent);
}

.theme-dark .footer_e0b400 {
.theme-dark .footer_f9a4c9 {
background-color: var(--background-secondary);
}

/*Fixes*/
.textarea__0461c[aria-label="Note"] {
.textarea_dde0a8[aria-label="Note"] {
display: unset;
color: var(--text-normal);
}
20 changes: 10 additions & 10 deletions src/ProfileCards/index.css
Original file line number Diff line number Diff line change
@@ -1,48 +1,48 @@
/*Fixes*/

.peopleColumn__0c784 .userInfo__83819 .wrapper__3ed10 {
.peopleColumn_c2739c .userInfo_f3939d .wrapper_c51b4e {
opacity: var(--FG-cards-avatar-opacity-normal);
transition: var(--FG-transition);
}

.peopleColumn__0c784 .peopleListItem_dab480:hover .userInfo__83819 .wrapper__3ed10 {
.peopleColumn_c2739c .peopleListItem_d51464:hover .userInfo_f3939d .wrapper_c51b4e {
opacity: var(--FG-cards-avatar-opacity-hover);
transition: var(--FG-transition);
}

.peopleListItem_dab480.active__6b8ff .userInfo__83819 .wrapper__3ed10 {
.peopleListItem_d51464.active_d51464 .userInfo_f3939d .wrapper_c51b4e {
opacity: var(--FG-cards-avatar-opacity-active) !important;
transition: var(--FG-transition);
}

.peopleColumn__0c784 .content__690c5 div[aria-hidden="true"] {
.peopleColumn_c2739c .content_eed6a8 div[aria-hidden="true"] {
display: none;
}

.peopleColumn__0c784 .userInfo__83819 {
.peopleColumn_c2739c .userInfo_f3939d {
display: grid;
grid-template-columns: 64px 80%;
}

.peopleColumn__0c784 .userInfo__83819 .wrapper__3ed10 {
.peopleColumn_c2739c .userInfo_f3939d .wrapper_c51b4e {
display: block;
margin-left: 15px !important;
margin-top: 15px !important;
transform: scale(2.3);
border-radius: 0px !important;
}

.peopleColumn__0c784 .text__88bbd .discordTag__19e87 {
.peopleColumn_c2739c .text_f3939d .discordTag_f3939d {
flex-grow: 0.6;
}

.peopleColumn__0c784 .wrapper__3ed10 img {
.peopleColumn_c2739c .wrapper_c51b4e img {
border-radius: 0px !important;
clip-path: none !important;
-webkit-clip-path: none !important;
}

#app-mount .peopleColumn__0c784 .wrapper__3ed10 rect,
.peopleColumn__0c784 .avatar__8986c::before {
#app-mount .peopleColumn_c2739c .wrapper_c51b4e rect,
.peopleColumn_c2739c .avatar_f3939d::before {
display: none;
}
Loading

0 comments on commit cf516d0

Please sign in to comment.