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

Hide unused items in TweetDeck Settings modal (startup notifications, gif autoplay)

This commit is contained in:
chylex 2018-02-06 20:43:18 +01:00
parent 8f5e3dfdcc
commit cbe4272556

View File

@ -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;
}