From d406866a0291017de66f2f6dd9833d7df955cf49 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Thu, 9 Mar 2023 20:18:40 +0100
Subject: [PATCH] Hide button that enables the TweetDeck Preview

---
 resources/Content/tweetdeck/tweetdeck.css | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/resources/Content/tweetdeck/tweetdeck.css b/resources/Content/tweetdeck/tweetdeck.css
index def1e39e..9cdba839 100644
--- a/resources/Content/tweetdeck/tweetdeck.css
+++ b/resources/Content/tweetdeck/tweetdeck.css
@@ -133,6 +133,14 @@ button {
   bottom: 192px !important;
 }
 
+/***********************/
+/* Hide Preview button */
+/***********************/
+
+.js-gryphon-beta-btn {
+  display: none !important;
+}
+
 /*************************************/
 /* Tweak collapsed left panel layout */
 /*************************************/