Skip to content

Commit

Permalink
0.5.6b
Browse files Browse the repository at this point in the history
Changelog:
- Don't rely on percentages as the unit. Use px.
  • Loading branch information
Slddev committed May 27, 2023
1 parent f9114e5 commit 190571e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.6a",
"version": "0.5.6b",
"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.6a",
"version": "0.5.6b",
"description": "Light-weight Spotify theme for Discord",
"engines": {
"node": ">=14.0.0"
Expand Down
4 changes: 2 additions & 2 deletions src/UI/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
.panels-3wFtMD > .container-YkUktl {
z-index: 99;
position: absolute;
top: 0.5%;
top: 5px;
height: 35px;
width: 225px;
right: 1%;
right: 5px;
border-radius: 500px;
background-color: rgba(0, 0, 0, 0.7);
padding: 2px;
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.6 ";
--theme-version: "0.5.6b ";
}

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

0 comments on commit 190571e

Please sign in to comment.