From cbe4272556a9623d85e475e254f4e3dbca3b940a Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Tue, 6 Feb 2018 20:43:18 +0100 Subject: [PATCH] Hide unused items in TweetDeck Settings modal (startup notifications, gif autoplay) --- Resources/Scripts/styles/browser.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Scripts/styles/browser.css b/Resources/Scripts/styles/browser.css index f3f83157..28f03798 100644 --- a/Resources/Scripts/styles/browser.css +++ b/Resources/Scripts/styles/browser.css @@ -298,3 +298,15 @@ html[data-td-font='smallest'] .tweet-detail-wrapper .badge-verified:before { .column-type-message.is-shifted-1 .username { vertical-align: bottom; } + +/******************************/ +/* Hide unused Settings items */ +/******************************/ + +#show-startup-notifications, #show-startup-notifications + span { + display: none; +} + +#auto-play-gifs, #auto-play-gifs + span { + display: none; +}