From 901cf10b97b1f6266b530c036a8622b6f541aef3 Mon Sep 17 00:00:00 2001 From: Slddev Date: Wed, 29 Jun 2022 00:23:47 -0400 Subject: [PATCH] 0.3.3a Changelog: - Fix User Area hiding behind the toolbar. - Fixed Activity section going inside the Now Playing section. --- powercord_manifest.json | 2 +- src/Serverlist/index.css | 5 +++++ src/UI/index.css | 14 +++++++++++++- src/boot.css | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/powercord_manifest.json b/powercord_manifest.json index 1df1022..e65e25a 100644 --- a/powercord_manifest.json +++ b/powercord_manifest.json @@ -1,6 +1,6 @@ { "name": "SpotiCord", - "version": "0.3.2a", + "version": "0.3.3a", "author": "Slddev / Sappy", "license": "MIT", "theme": "SpotiCord.theme.css", diff --git a/src/Serverlist/index.css b/src/Serverlist/index.css index 7e0d03d..b0c39fc 100644 --- a/src/Serverlist/index.css +++ b/src/Serverlist/index.css @@ -1,3 +1,8 @@ +/*Channel List*/ +.scroller-1ox3I2, .scroller-WSmht3 { + padding-bottom: 50px; +} + /*Misc*/ .folderIconWrapper-1oRIZr { border-radius: 8px; diff --git a/src/UI/index.css b/src/UI/index.css index 9deb378..97753af 100644 --- a/src/UI/index.css +++ b/src/UI/index.css @@ -29,7 +29,7 @@ .panels-3wFtMD>.container-YkUktl { z-index: 99; position: fixed; - top: 3.5%; + top: 3%; height: 35px; width: 225px; right: 1%; @@ -63,6 +63,14 @@ background-color: #181818; } +/*Activity Area*/ +.activityPanel-9icbyU { + position: fixed; + bottom: 90px; + background-color: #181818; + width: 225px; +} + /*Text Area*/ .button-y6hemj[disabled]>.innerButton-1aF_E_>.buttonChild-33lB5F, .buttonChild-33lB5F { @@ -163,6 +171,10 @@ margin-right: 240px; } +.title-31SJ6t { + z-index: 1; +} + /*Search*/ .theme-dark .container-2McqkF { background-color: var(--background-floating); diff --git a/src/boot.css b/src/boot.css index 646ce23..005e9f0 100644 --- a/src/boot.css +++ b/src/boot.css @@ -5,7 +5,7 @@ /*Version System*/ :root { - --theme-version: "0.3.2a "; + --theme-version: "0.3.3a "; } [id^="SpotiCord"] .bd-addon-header .bd-version:before {