From 6b59b29717eb8de7fde0c6f0048d02ccc0cd528c Mon Sep 17 00:00:00 2001 From: Tharki-god Date: Thu, 1 Jun 2023 04:39:14 +0530 Subject: [PATCH] v1.0.4 style exploded --- manifest.json | 2 +- package.json | 2 +- src/style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 5e2eb19..036694e 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,7 @@ "discordID": "1025214794766221384", "github": "Tharki-God" }, - "version": "1.0.3", + "version": "1.0.4", "updater": { "type": "github", "id": "Tharki-God/FakeDeafen" diff --git a/package.json b/package.json index 44d473c..c0331d8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fake-deafen", - "version": "1.0.3", + "version": "1.0.4", "description": "Fake your audio status, to make it look like you are muted or deafened from other's perspective when you're not.", "engines": { "node": ">=14.0.0" diff --git a/src/style.css b/src/style.css index f48b604..8a05462 100644 --- a/src/style.css +++ b/src/style.css @@ -1,6 +1,6 @@ [class*="withTagAsButton"] { min-width: 0; } -[class*="container"] div:has(button) { +[class*="panels"] [class*="container"] div:has(button) { margin-left: auto; }