1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 03:15:48 +02:00

Hide button that enables the TweetDeck Preview

This commit is contained in:
chylex 2023-03-09 20:18:40 +01:00
parent c2094bd2c0
commit d406866a02
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -133,6 +133,14 @@ button {
bottom: 192px !important;
}
/***********************/
/* Hide Preview button */
/***********************/
.js-gryphon-beta-btn {
display: none !important;
}
/*************************************/
/* Tweak collapsed left panel layout */
/*************************************/