diff --git a/manifest.json b/manifest.json index 49b29d2..33543b7 100644 --- a/manifest.json +++ b/manifest.json @@ -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" -} +} \ No newline at end of file diff --git a/package.json b/package.json index 42c4c91..aed5a7a 100644 --- a/package.json +++ b/package.json @@ -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" @@ -21,4 +21,4 @@ "prettier": "^3.3.2", "replugged": "^4.7.13" } -} +} \ No newline at end of file diff --git a/src/UI/index.css b/src/UI/index.css index cad3184..f8a5ea4 100644 --- a/src/UI/index.css +++ b/src/UI/index.css @@ -104,7 +104,7 @@ } .members_cbd271 { - height: 90.15%; + height: calc(100% - 90px); background: var(--background-primary); border-bottom: 1px #282828 solid; } diff --git a/src/boot.css b/src/boot.css index db54734..a531184 100644 --- a/src/boot.css +++ b/src/boot.css @@ -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 { diff --git a/src/compiled.css b/src/compiled.css index 5a50b6c..291c595 100644 --- a/src/compiled.css +++ b/src/compiled.css @@ -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 { @@ -1092,7 +1092,7 @@ } .members_cbd271 { - height: 90.15%; + height: calc(100% - 90px); background: var(--background-primary); border-bottom: 1px #282828 solid; }