mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-14 03:15:49 +02:00
Fix GIFs in detail view not having the pointer cursor
This commit is contained in:
parent
00d8538726
commit
41ef37f3f0
@ -184,6 +184,11 @@ a[data-full-url] {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.tweet-detail-wrapper .js-media-gif-container {
|
||||
/* GIFs in detail view don't trigger the pointer cursor */
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/********************************************************************/
|
||||
/* Fix glaring visual issues because twitter is fucking incompetent */
|
||||
/********************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user