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

Fix column type icons jumping when opening column settings

This commit is contained in:
chylex 2017-07-30 21:19:03 +02:00
parent af30f3b348
commit f177f514f5
2 changed files with 3 additions and 1 deletions
Resources
Plugins/edit-design
Scripts

View File

@ -497,7 +497,8 @@ enabled(){
.icon-list-filled:before{content:"\\f014";font-family:tweetdeckold}
.icon-user-filled:before{content:"\\f035";font-family:tweetdeckold}
.column-header .column-type-icon { bottom: 26px !important }
.column-type-icon { bottom: 26px !important }
.is-options-open .column-type-icon { bottom: 25px !important }
.tweet-footer { margin-top: 6px !important }`;
document.head.appendChild(this.icons);

View File

@ -690,6 +690,7 @@
addRule(".column .column-header { height: 49px !important; }"); // fix one pixel space below column header
addRule(".column:not(.is-options-open) .column-header { border-bottom: none; }"); // fix one pixel space below column header
addRule(".is-options-open .column-type-icon { bottom: 27px; }"); // fix one pixel space below column header
addRule(".activity-header { align-items: center !important; margin-bottom: 4px; }"); // tweak alignment of avatar and text in notifications
addRule(".activity-header .tweet-timestamp { line-height: unset }"); // fix timestamp position in notifications