Skip to content

Commit

Permalink
Release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Oct 17, 2023
1 parent 4b7ba65 commit 32cce2e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.3.5",
"version": "1.4.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.NineX"
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": "ninex-discord-theme",
"version": "1.3.5",
"version": "1.4.0",
"description": "A Windows 95/98 style Discord theme.",
"repository": "github:Saltssaumure/w9x-discord-theme",
"author": "Saltssaumure <[email protected]>",
Expand Down
3 changes: 2 additions & 1 deletion scss/main/_headerbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
.pageWrapper-2PwDoS .scroller-3j5xK2,
.scroller-RfJjkV .viewWrapper-oqUsis,
.applicationStore-2nk7Lo .homeWrapper-L4ors0,
:is(.container-3XgAHv, .container-3s2w-i):not(:is(.floating-3M3WeH, .floating-1T0kDs)) .container-ZMc96U:not(.wrapper-1gVUIN .container-ZMc96U),
:is(.container-3XgAHv, .container-3s2w-i):not(:is(.floating-3M3WeH, .floating-1T0kDs))
.container-ZMc96U:not(.wrapper-1gVUIN .container-ZMc96U),
:is(.chat-2ZfjoI, .chat-9g_3Xj) .container-ZMc96U:not(.wrapper-1gVUIN .container-ZMc96U)
) {
margin-top: $title-height;
Expand Down
5 changes: 4 additions & 1 deletion scss/main/_threads.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
@use "../top/boxes" as boxes;

// Main chat with thread open
:is(.chat-2ZfjoI, .chat-9g_3Xj):not(.container-2IKOsH > :is(.chat-2ZfjoI, .chat-9g_3Xj)):is(.threadSidebarOpen-1LSXvU, .threadSidebarOpen-lv7sGl) {
:is(.chat-2ZfjoI, .chat-9g_3Xj):not(.container-2IKOsH > :is(.chat-2ZfjoI, .chat-9g_3Xj)):is(
.threadSidebarOpen-1LSXvU,
.threadSidebarOpen-lv7sGl
) {
border-right: 0;

&::before {
Expand Down
10 changes: 9 additions & 1 deletion scss/plugin/_userpanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,15 @@
border-bottom: 0;
}

&:not(:has(:is(.container-1zzFcN, .container-2NLBJg), .activityPanel-9icbyU, .container-6sXIoE, #spotify-modal-root, #vc-spotify-player)) {
&:not(
:has(
:is(.container-1zzFcN, .container-2NLBJg),
.activityPanel-9icbyU,
.container-6sXIoE,
#spotify-modal-root,
#vc-spotify-player
)
) {
border-left: 0;
&::before {
border-left: 0;
Expand Down

0 comments on commit 32cce2e

Please sign in to comment.