1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-12 06:15:45 +02:00

Allow RT & Add to List/Collection dialogs to be smaller

Closes 
This commit is contained in:
chylex 2018-08-09 20:20:08 +02:00
parent 5968b57a01
commit a7d90dc708

View File

@ -409,6 +409,11 @@ a:not(.tweet-detail-action) .reply-triangle {
border-width: 0 !important;
}
#actions-modal .mdl {
/* fix action dialog (RT, Add to List/Collection) width with small window size */
max-width: 100%;
}
/***************************************************************/
/* Fix glaring visual issues that twitter hasn't fixed yet smh */
/***************************************************************/