Skip to content

Commit

Permalink
0.3.3a
Browse files Browse the repository at this point in the history
Changelog:
- Fix User Area hiding behind the toolbar.
- Fixed Activity section going inside the Now Playing section.
  • Loading branch information
Slddev committed Jun 29, 2022
1 parent 1c41428 commit 901cf10
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion powercord_manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SpotiCord",
"version": "0.3.2a",
"version": "0.3.3a",
"author": "Slddev / Sappy",
"license": "MIT",
"theme": "SpotiCord.theme.css",
Expand Down
5 changes: 5 additions & 0 deletions src/Serverlist/index.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*Channel List*/
.scroller-1ox3I2, .scroller-WSmht3 {
padding-bottom: 50px;
}

/*Misc*/
.folderIconWrapper-1oRIZr {
border-radius: 8px;
Expand Down
14 changes: 13 additions & 1 deletion src/UI/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
.panels-3wFtMD>.container-YkUktl {
z-index: 99;
position: fixed;
top: 3.5%;
top: 3%;
height: 35px;
width: 225px;
right: 1%;
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -163,6 +171,10 @@
margin-right: 240px;
}

.title-31SJ6t {
z-index: 1;
}

/*Search*/
.theme-dark .container-2McqkF {
background-color: var(--background-floating);
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.3.2a ";
--theme-version: "0.3.3a ";
}

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

0 comments on commit 901cf10

Please sign in to comment.