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:
parent
8f5e3dfdcc
commit
cbe4272556
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user