From 32cce2e629eaae2ceb91b7d03152539d67f8288f Mon Sep 17 00:00:00 2001 From: Saltssaumure Date: Tue, 17 Oct 2023 15:01:21 +0100 Subject: [PATCH] Release v1.4.0 --- manifest.json | 2 +- package.json | 2 +- scss/main/_headerbar.scss | 3 ++- scss/main/_threads.scss | 5 ++++- scss/plugin/_userpanel.scss | 10 +++++++++- 5 files changed, 17 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index e9fc8a1..86c5adf 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "134142022092062720", "github": "Saltssaumure" }, - "version": "1.3.5", + "version": "1.4.0", "updater": { "type": "store", "id": "net.saltssaumure.NineX" diff --git a/package.json b/package.json index f2f5005..d9089f8 100644 --- a/package.json +++ b/package.json @@ -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 ", diff --git a/scss/main/_headerbar.scss b/scss/main/_headerbar.scss index 1139f9b..9ba9a40 100644 --- a/scss/main/_headerbar.scss +++ b/scss/main/_headerbar.scss @@ -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; diff --git a/scss/main/_threads.scss b/scss/main/_threads.scss index 9c829d6..10b84bb 100644 --- a/scss/main/_threads.scss +++ b/scss/main/_threads.scss @@ -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 { diff --git a/scss/plugin/_userpanel.scss b/scss/plugin/_userpanel.scss index 448dd72..9ab1810 100644 --- a/scss/plugin/_userpanel.scss +++ b/scss/plugin/_userpanel.scss @@ -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;