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

Fix cut off usernames in Messages column

This commit is contained in:
chylex 2017-12-21 20:15:02 +01:00
parent 543259f29f
commit 07017bd29b

View File

@ -268,3 +268,22 @@ html[data-td-font='smallest'] .tweet-detail-wrapper .badge-verified:before {
.is-options-open .column-type-icon {
bottom: 27px !important;
}
/********************************************/
/* Fix cut off usernames in Messages column */
/********************************************/
.column-type-message.is-shifted-1 .column-title-container {
height: 100%;
border-bottom-color: transparent;
}
#tduck .column-type-message.is-shifted-1 .column-title-items {
height: 100%;
margin-left: 4px !important;
padding-top: 1px;
}
.column-type-message.is-shifted-1 .username {
vertical-align: bottom;
}