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

Fix more border-radius, "Ready to Tweet" alignment, and docked reply close icon position

This commit is contained in:
chylex 2017-09-29 16:52:39 +02:00
parent 9b139132a1
commit a4841175e8

View File

@ -42,7 +42,11 @@
border-radius: 1px !important;
}
.compose-text-container, .dropdown-menu, .list-item-last, .quoted-tweet, .input-group-button, input, textarea, select, .prf-header, .accs li, .accs img {
.compose-text-container, .compose-reply-tweet, .compose-message-recipient-input-container, .compose-message-recipient {
border-radius: 0 !important;
}
.dropdown-menu, .list-item-last, .quoted-tweet, .input-group-button, input, textarea, select, .prf-header, .accs li, .accs img {
border-radius: 0 !important;
}
@ -194,9 +198,9 @@ a[data-full-url] {
background-color: transparent;
}
/********************************************************************/
/* Fix glaring visual issues because twitter is fucking incompetent */
/********************************************************************/
/***************************************************************/
/* Fix glaring visual issues that twitter hasn't fixed yet smh */
/***************************************************************/
.column-nav-link .attribution {
/* fix cut off account names */
@ -208,6 +212,17 @@ a[data-full-url] {
margin: 20px 0 0 !important;
}
.compose-reply-tweet-remove {
/* fix close reply button position; this would make sense if the reply account name became full size, but it still cuts off where the button used to be */
top: 3px !important;
right: -2px !important;
}
#account-safeguard-checkbox, #inline-account-safeguard-checkbox {
/* fix "Ready to Tweet/send" alignment with the checkbox */
vertical-align: -15%;
}
/************************************************/
/* Fix tooltips in navigation and column header */
/************************************************/