Skip to content

Commit

Permalink
0.5.9b
Browse files Browse the repository at this point in the history
Changelog:
- Update deps
- Fix the height of member list
  • Loading branch information
Slddev committed Jun 20, 2024
1 parent e8a3ddf commit a9493d4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"type": "store",
"id": "gq.sappy.SpotiCord"
},
"version": "0.5.9a",
"version": "0.5.9b",
"license": "MIT",
"type": "replugged-theme",
"main": "src/compiled.css"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "spoticord",
"version": "0.5.9a",
"version": "0.5.9b",
"description": "Light-weight Spotify theme for Discord",
"engines": {
"node": ">=14.0.0"
Expand All @@ -21,4 +21,4 @@
"prettier": "^3.3.2",
"replugged": "^4.7.13"
}
}
}
2 changes: 1 addition & 1 deletion src/UI/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
}

.members_cbd271 {
height: 90.15%;
height: calc(100% - 90px);
background: var(--background-primary);
border-bottom: 1px #282828 solid;
}
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.9a ";
--theme-version: "0.5.9b ";
}

[id^="SpotiCord"] .bd-addon-header .bd-version:before {
Expand Down
4 changes: 2 additions & 2 deletions src/compiled.css
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
/*ANCHOR - boot.css*/
/*Version System*/
:root {
--theme-version: "0.5.9a ";
--theme-version: "0.5.9b ";
}

[id^="SpotiCord"] .bd-addon-header .bd-version:before {
Expand Down Expand Up @@ -1092,7 +1092,7 @@
}

.members_cbd271 {
height: 90.15%;
height: calc(100% - 90px);
background: var(--background-primary);
border-bottom: 1px #282828 solid;
}
Expand Down

0 comments on commit a9493d4

Please sign in to comment.