1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-11 21:15:44 +02:00

Minor visual fixes (old column icon alignment, TweetDeck reply triangle bug)

This commit is contained in:
chylex 2018-07-23 20:14:54 +02:00
parent 4acfd64cff
commit 8de913172c
2 changed files with 6 additions and 1 deletions
Resources
Plugins/edit-design
Scripts/styles

View File

@ -541,7 +541,7 @@ ${iconData.map(entry => `#tduck .icon-${entry[0]}:before{content:\"\\f0${entry[1
#tduck .js-docked-compose .js-drawer-close { margin: 20px 0 0 !important }
#tduck .search-input-control .icon { font-size: 20px !important; top: -4px !important }
.js-column-header .column-type-icon { margin-top: -1px !important }
.js-column-header .column-type-icon { margin-top: 0 !important }
.inline-reply .pull-left .Button--link { margin-top: 3px !important }
.tweet-action-item .icon-favorite-toggle { font-size: 16px !important; }

View File

@ -356,6 +356,11 @@ html[data-td-font='smallest'] .fullname-badged:before, html[data-td-font='small'
vertical-align: top !important;
}
a:not(.tweet-detail-action) .reply-triangle {
/* fix invisible reply triangle breaking layout */
display: none !important;
}
.column-message.is-actionable span:hover > .icon-small-valigned {
/* add a visual response when hovering individual filter icons; black theme uses a value of 20 */
filter: saturate(10);